mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
fix: board iframe page event
This commit is contained in:
parent
9d78e01b16
commit
985b519714
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export class ScreenWatcher {
|
|||
// 'mousemove',
|
||||
// throttle(this._listSameOriginParentWindow.bind(this), 16),
|
||||
// false);
|
||||
window.parent.window.addEventListener(
|
||||
target.parent.window.addEventListener(
|
||||
'mousemove',
|
||||
this._listSameOriginParentWindow.bind(this),
|
||||
false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue