Initialize navigation shortcuts on project's files page

This commit is contained in:
Alfredo Sumaran 2016-02-23 20:04:20 -05:00
parent b2604f566d
commit 798c220037
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class Dispatcher
when 'groups:new', 'groups:edit', 'admin:groups:edit', 'admin:groups:new' when 'groups:new', 'groups:edit', 'admin:groups:edit', 'admin:groups:new'
new GroupAvatar() new GroupAvatar()
when 'projects:tree:show' when 'projects:tree:show'
shortcut_handler = new ShortcutsNavigation()
new TreeView() new TreeView()
when 'projects:find_file:show' when 'projects:find_file:show'
shortcut_handler = true shortcut_handler = true