@idraw/board
Advanced tools
Comparing version 0.2.0-alpha.11 to 0.2.0-alpha.12
@@ -401,3 +401,3 @@ 'use strict'; | ||
if (target.origin === targetOrigin) { | ||
window.parent.window.addEventListener('mousemove', this._listSameOriginParentWindow.bind(this), false); | ||
target.parent.window.addEventListener('mousemove', this._listSameOriginParentWindow.bind(this), false); | ||
} | ||
@@ -404,0 +404,0 @@ } |
@@ -399,3 +399,3 @@ var __assign = function() { | ||
if (target.origin === targetOrigin) { | ||
window.parent.window.addEventListener('mousemove', this._listSameOriginParentWindow.bind(this), false); | ||
target.parent.window.addEventListener('mousemove', this._listSameOriginParentWindow.bind(this), false); | ||
} | ||
@@ -402,0 +402,0 @@ } |
@@ -402,3 +402,3 @@ var iDrawBoard = (function () { | ||
if (target.origin === targetOrigin) { | ||
window.parent.window.addEventListener('mousemove', this._listSameOriginParentWindow.bind(this), false); | ||
target.parent.window.addEventListener('mousemove', this._listSameOriginParentWindow.bind(this), false); | ||
} | ||
@@ -405,0 +405,0 @@ } |
{ | ||
"name": "@idraw/board", | ||
"version": "0.2.0-alpha.11", | ||
"version": "0.2.0-alpha.12", | ||
"description": "", | ||
@@ -26,6 +26,6 @@ "main": "dist/index.cjs.js", | ||
"devDependencies": { | ||
"@idraw/types": "^0.2.0-alpha.11" | ||
"@idraw/types": "^0.2.0-alpha.12" | ||
}, | ||
"dependencies": { | ||
"@idraw/util": "^0.2.0-alpha.11" | ||
"@idraw/util": "^0.2.0-alpha.12" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9d78e01b16f58ab3fda83e32910532d092809011" | ||
"gitHead": "705fdb3a431b1ac6ff0d6502e2585c7de05717bf" | ||
} |
Updated@idraw/util@^0.2.0-alpha.12