connection tabs - improved UX

This commit is contained in:
Jan Prochazka
2022-06-09 09:16:40 +02:00
parent 6f3076fddb
commit b54026b039
9 changed files with 183 additions and 72 deletions

View File

@@ -11,7 +11,7 @@ openedTabs.subscribe(value => {
const lastTab = lastCurrentTab;
lastCurrentTab = newCurrentTab;
if (lastTab?.tabComponent == 'ConnectionTab') return;
// if (lastTab?.tabComponent == 'ConnectionTab') return;
if (newCurrentTab) {
const { conid, database } = newCurrentTab.props || {};