Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot paste in TextEdit #53

Open
Marekkon5 opened this issue Dec 31, 2022 · 1 comment
Open

Cannot paste in TextEdit #53

Marekkon5 opened this issue Dec 31, 2022 · 1 comment

Comments

@Marekkon5
Copy link

Hello, pasting into EditText causes a panic because of double mut borrow.

PanicInfo { payload: Any { .. }, message: Some(already borrowed: BorrowMutError), location: Location { file: "/Users/optozorax/.cargo/registry/src/github.com-1ecc6299db9ec823/miniquad-0.3.13/src/native/wasm.rs", line: 95, col: 35 }, can_unwind: true }

It is reproducible in the official example: https://optozorax.github.io/egui-macroquad/
(pasting anything in the demo TextEdit causes a panic).

Thank you.

@ssk97
Copy link

ssk97 commented Jan 18, 2024

The panic was fixed in not-fl3/miniquad#332 but copying still doesn't update correctly, needing to be done twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants