Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mwonng committed Oct 24, 2024
1 parent e8e44c7 commit 2179787
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/blocks/FileBlockContent/fileBlockHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ export const createResizeHandlesWrapper = (
const windowMouseUpHandler = (event: MouseEvent) => {
// Hides the drag handles if the cursor is no longer over the element.

// console.log("mouse up-- now ---", wrapper, editor, block)
// console.log("next to wrapper-- now ---", wrapper.nextSibling, element)
const caption = wrapper.nextSibling as HTMLElement;
if (
(!event.target ||
!wrapper.contains(event.target as Node) ||
Expand Down

0 comments on commit 2179787

Please sign in to comment.