Skip to content

Commit

Permalink
fix: remove unuse import
Browse files Browse the repository at this point in the history
  • Loading branch information
DrugsZ committed Jun 13, 2024
1 parent b2ccfea commit e0e0c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/coreCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { EditOperation } from 'Latte/core/modelChange'
import type { IKeybindings } from 'Latte/services/keybinding/keybindingsRegistry'
import { KeybindingsRegistry } from 'Latte/services/keybinding/keybindingsRegistry'
import { KeyCode, KeyMod } from 'Latte/common/keyCodes'
import { getNewASCIIInSpace, asciiPlus, calcPosition } from 'Latte/math/zIndex'
import { calcPosition } from 'Latte/math/zIndex'

export const isLogicTarget = (node?: any): node is DisplayObject =>
node instanceof DisplayObject &&
Expand Down

0 comments on commit e0e0c3d

Please sign in to comment.