pull/7149/head
Simon H 4 years ago committed by GitHub
parent 3f80612210
commit 47ad382fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ export default class Document extends Node {
));
if (handlers_map.has('mouseenter') || handlers_map.has('mouseleave')) {
component.warn(this, compiler_warnings.avoid_mouse_events_on_document);
this.component.warn(this, compiler_warnings.avoid_mouse_events_on_document);
}
}
}

Loading…
Cancel
Save