mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +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_: ~"",
|
type_: ~"",
|
||||||
canceled: false,
|
canceled: false,
|
||||||
cancelable: true,
|
cancelable: true,
|
||||||
bubbles: true,
|
bubbles: false,
|
||||||
trusted: false,
|
trusted: false,
|
||||||
dispatching: false,
|
dispatching: false,
|
||||||
stop_propagation: false,
|
stop_propagation: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue