From 432cf749a5f56e3e87771e4f3b0685d892db6c4f Mon Sep 17 00:00:00 2001 From: Mirone Date: Sun, 20 Oct 2024 17:56:15 +0800 Subject: [PATCH] chore: fix --- .../widgets/drag-handle/watchers/drag-event-watcher.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts b/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts index a83ba08837df..2550162f67af 100644 --- a/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts +++ b/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts @@ -421,8 +421,6 @@ export class DragEventWatcher { if (blocksExcludingChildren.length === 0) return false; - console.log(blocks); - console.log(blocksExcludingChildren); this._startDragging(blocksExcludingChildren, state); this.widget.hide(); return true;