- Build: Update per current Rollup
This commit is contained in:
7
dist/index-umd.js
vendored
7
dist/index-umd.js
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user