- Build: Update per current Rollup

This commit is contained in:
Brett Zamir
2020-03-23 00:03:13 +08:00
parent 5e5f96b47f
commit 9e5fe12f94
9 changed files with 28 additions and 31 deletions

7
dist/index-umd.js vendored
View File

@@ -7113,11 +7113,10 @@
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
}
var _currentZoom = editorContext_.getCurrentZoom();
var currentZoom = editorContext_.getCurrentZoom();
assignAttributes(rubberBox, {
x: startX * _currentZoom,
y: startY * _currentZoom,
x: startX * currentZoom,
y: startY * currentZoom,
width: 0,
height: 0,
display: 'inline'