mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
db widget UX
This commit is contained in:
@@ -515,9 +515,10 @@ await dbgateApi.dropAllDbObjects(${JSON.stringify(
|
||||
extractDbNameFromComposite($currentDatabase?.name) == data.name}
|
||||
on:dblclick={() => {
|
||||
switchCurrentDatabase(data);
|
||||
passProps?.onFocusSqlObjectList?.();
|
||||
// passProps?.onFocusSqlObjectList?.();
|
||||
}}
|
||||
on:click={() => {
|
||||
// switchCurrentDatabase(data);
|
||||
$focusedConnectionOrDatabase = { conid: data.connection?._id, database: data.name };
|
||||
}}
|
||||
on:dragstart
|
||||
|
||||
Reference in New Issue
Block a user