Corrected Tabs
This commit is contained in:
@@ -24,7 +24,7 @@ defineShortcuts({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'arrowright': () => {
|
'arrowright': () => {
|
||||||
if(openTab.value < 3) {
|
if(openTab.value < dataType.showTabs.length - 1) {
|
||||||
openTab.value += 1
|
openTab.value += 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user