mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
auto merge of #2233 : campadrenalin/servo/initialize-event-bubbling-to-false, r=Ms2ger
Fixes #2183.
This commit is contained in:
commit
b6ed24621e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl Event {
|
|||
type_: ~"",
|
||||
canceled: false,
|
||||
cancelable: true,
|
||||
bubbles: true,
|
||||
bubbles: false,
|
||||
trusted: false,
|
||||
dispatching: false,
|
||||
stop_propagation: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue