fixes #1316
This commit is contained in:
parent
64622abc02
commit
0a7e9534d2
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
let parent = document.getElementById('parent');
|
||||
parent.onmouseover = parent.onmouseout = parent.onmousemove = handler;
|
||||
|
||||
function handler(event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue