Skip to content

Commit

Permalink
fix(edgeless): merge create-drag-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
alt1o committed Apr 5, 2023
1 parent 4acf3f4 commit 3974eb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/blocks/src/page-block/edgeless/create-drag-handle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export function createDragHandle(pageBlock: EdgelessPageBlockComponent) {
getSelectedBlocks() {
return [];
},
getFocusedBlock() {
return null;
},
getClosestBlockElement(point: Point) {
if (pageBlock.mouseMode.type !== 'default') return null;
const hoveringFrame = getHoveringFrame(point);
Expand Down

0 comments on commit 3974eb2

Please sign in to comment.