fix: selector frame follows zoom properly (#742)
This commit is contained in:
@@ -611,6 +611,9 @@ class Editor extends EditorStartup {
|
||||
* @returns {void}
|
||||
*/
|
||||
zoomDone () {
|
||||
for (const el of this.svgCanvas.selectedElements) {
|
||||
this.svgCanvas.selectorManager.requestSelector(el).resize()
|
||||
}
|
||||
this.updateWireFrame()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user