Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spfncer committed Sep 27, 2024
1 parent 6408130 commit 7eb4d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/lib/actions/shortcut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const shortcut = <T extends HTMLElement>(
node: T,
option: ShortcutOptions<T>,
): ActionReturn<ShortcutOptions<T>> => {
//just call shortcuts by passing option into array
const { update: shortcutsUpdate, destroy } = shortcuts(node, [option]);

return {
Expand Down

0 comments on commit 7eb4d7a

Please sign in to comment.