Merge pull request #137 from alx741/tabs
Most recently used tab selector
This commit is contained in:
commit
423d17aeb6
5 changed files with 21 additions and 2 deletions
|
@ -38,6 +38,7 @@ export default {
|
|||
TAB_NEXT: 'tabs.next',
|
||||
TAB_FIRST: 'tabs.first',
|
||||
TAB_LAST: 'tabs.last',
|
||||
TAB_PREV_SEL: 'tabs.prevsel',
|
||||
TAB_RELOAD: 'tabs.reload',
|
||||
TAB_PIN: 'tabs.pin',
|
||||
TAB_UNPIN: 'tabs.unpin',
|
||||
|
|
Reference in a new issue