Add TAB_FIRST operation
This commit is contained in:
parent
aeebdcd3ef
commit
a2651f617f
3 changed files with 16 additions and 0 deletions
|
@ -36,6 +36,7 @@ export default {
|
|||
TAB_REOPEN: 'tabs.reopen',
|
||||
TAB_PREV: 'tabs.prev',
|
||||
TAB_NEXT: 'tabs.next',
|
||||
TAB_FIRST: 'tabs.first',
|
||||
TAB_RELOAD: 'tabs.reload',
|
||||
|
||||
// Zooms
|
||||
|
|
Reference in a new issue