Fix listen_dev argument order

pull/7738/head
Timothy Johnson 6 years ago
parent 2b967c041b
commit 63a9d866f0

@ -54,8 +54,8 @@ export default class EventHandlerWrapper {
}
if (block.renderer.options.dev) {
args.push(this.node.modifiers.has('stopPropagation') ? TRUE : FALSE);
args.push(this.node.modifiers.has('preventDefault') ? TRUE : FALSE);
args.push(this.node.modifiers.has('stopPropagation') ? TRUE : FALSE);
}
block.event_listeners.push(

Loading…
Cancel
Save