mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
connection tabs - improved UX
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user