We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
The panic was fixed in not-fl3/miniquad#332 but copying still doesn't update correctly, needing to be done twice.
Sorry, something went wrong.
No branches or pull requests
Hello, pasting into EditText causes a panic because of double mut borrow.
It is reproducible in the official example: https://optozorax.github.io/egui-macroquad/
(pasting anything in the demo TextEdit causes a panic).
Thank you.
The text was updated successfully, but these errors were encountered: