db app objc refactors

This commit is contained in:
SPRINX0\prochazka
2024-11-20 15:30:47 +01:00
parent 18de37c4e4
commit 788ea70d32
2 changed files with 104 additions and 76 deletions

View File

@@ -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) {