Canvas: Fix element selection being cleared on panel resize (#110010)
This commit is contained in:
@@ -226,10 +226,6 @@ export class Scene {
|
||||
this.height = height;
|
||||
this.style = { width, height };
|
||||
|
||||
if (this.selecto?.getSelectedTargets().length) {
|
||||
this.clearCurrentSelection();
|
||||
}
|
||||
|
||||
if (config.featureToggles.canvasPanelPanZoom) {
|
||||
this.updateConnectionsSize();
|
||||
this.fitContent(this, this.zoomToContent!);
|
||||
|
||||
Reference in New Issue
Block a user