mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 03:06:00 +00:00
db app objc refactors
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
const index = _.findIndex(list, x => selectedObjectMatcher(x, selected));
|
||||
if (index >= 0 && list[index + diff]) {
|
||||
selectedObjectStore.set(list[index + diff]);
|
||||
module.handleObjectClick(list[index + diff]);
|
||||
module.handleObjectClick(list[index + diff], { tabPreviewMode: true });
|
||||
}
|
||||
}
|
||||
if (ev.keyCode == keycodes.upArrow) {
|
||||
|
||||
Reference in New Issue
Block a user