chore(editor): cleanup dead code (#9359)

This commit is contained in:
Saul-Mirone
2024-12-27 03:13:23 +00:00
parent 20c5c28a95
commit 5eb48343a3
6 changed files with 35 additions and 120 deletions
@@ -243,12 +243,6 @@ export class EdgelessWatcher {
})
);
disposables.add(
edgelessSlots.draggingAreaUpdated.on(() => {
this.checkTopLevelBlockSelection();
})
);
disposables.add(
edgelessSlots.elementResizeStart.on(() => {
this.widget.hide();