Update compiler_warnings.ts

pull/7149/head
Simon H 4 years ago committed by GitHub
parent 98c0368433
commit 667e43cf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,6 +216,6 @@ export default {
}, },
avoid_mouse_events_on_document: { avoid_mouse_events_on_document: {
code: 'avoid-mouse-events-on-document', code: 'avoid-mouse-events-on-document',
message: 'Mouse events on the document are not supported in all browsers and should be avoided' message: 'Mouse enter/leave events on the document are not supported in all browsers and should be avoided'
}) })
}; };

Loading…
Cancel
Save