mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
fix: omitted the let
bindings (#31908)
This commit is contained in:
parent
da76ebabe9
commit
ff95ce5abd
9 changed files with 20 additions and 26 deletions
|
@ -652,7 +652,7 @@ impl VirtualMethods for HTMLTextAreaElement {
|
|||
} else if event.type_() == atom!("keypress") && !event.DefaultPrevented() {
|
||||
if event.IsTrusted() {
|
||||
let window = window_from_node(self);
|
||||
let _ = window
|
||||
window
|
||||
.task_manager()
|
||||
.user_interaction_task_source()
|
||||
.queue_event(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue