Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
Wliu authored and darangi committed Mar 25, 2022
1 parent 8108c76 commit 55168b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tree-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class TreeView
'tree-view:open-selected-entry-left': => @openSelectedEntryLeft()
'tree-view:open-selected-entry-up': => @openSelectedEntryUp()
'tree-view:open-selected-entry-down': => @openSelectedEntryDown()
'tree-view:move': (event) => @moveSelectedEntry(event)
'tree-view:move': => @moveSelectedEntry()
'tree-view:copy': => @copySelectedEntries()
'tree-view:cut': => @cutSelectedEntries()
'tree-view:paste': => @pasteEntries()
Expand Down

0 comments on commit 55168b6

Please sign in to comment.