Canvas: Fix element selection being cleared on panel resize (#110010)

This commit is contained in:
Adela Almasan
2025-09-03 13:05:48 -05:00
committed by GitHub
parent 45228d1ad9
commit a8b7504979
@@ -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!);