Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Oct 22, 2024
1 parent b5595b7 commit 0ac6e9c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,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;
Expand Down

0 comments on commit 0ac6e9c

Please sign in to comment.