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 Wliu committed Nov 17, 2017
1 parent 5fb5287 commit 4ee4fbe
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 @@ -219,7 +219,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 4ee4fbe

Please sign in to comment.