Fix listen_dev argument order

pull/4016/head
Timothy Johnson 5 years ago
parent afe06059bf
commit ce0a169689

@ -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