mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
egui_web: fix double-paste bug
This commit is contained in:
@@ -633,7 +633,8 @@ fn install_document_events(runner_ref: &AppRunnerRef) -> Result<(), JsValue> {
|
||||
}
|
||||
|
||||
#[cfg(web_sys_unstable_apis)]
|
||||
{
|
||||
// paste is handled by IME text agent!
|
||||
if false {
|
||||
// paste
|
||||
let runner_ref = runner_ref.clone();
|
||||
let closure = Closure::wrap(Box::new(move |event: web_sys::ClipboardEvent| {
|
||||
|
||||
Reference in New Issue
Block a user