Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Mar 28, 2024
1 parent 11dc372 commit 491843c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/block_dragger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ export class BlockDragger implements IBlockDragger {
*
* @param e The most recent move event.
* @param draggingBlock The block being dragged.
* @param delta How far the pointer has moved from the position
* at the start of the drag, in pixel units.
*/
private wouldDeleteBlock(e: PointerEvent, draggingBlock: BlockSvg): boolean {
const dragTarget = this.workspace_.getDragTarget(e);
Expand Down
2 changes: 0 additions & 2 deletions core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export const config: Config = {
/**
* Maximum misalignment between connections for them to snap together.
* This should be the same as the snap radius.
*
* @deprecated v11 - This is no longer used. Use snapRadius instead.
*/
connectingSnapRadius: DEFAULT_SNAP_RADIUS,
/**
Expand Down

0 comments on commit 491843c

Please sign in to comment.