mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 17:06:01 +00:00
cell data view
This commit is contained in:
@@ -46,6 +46,7 @@ export const openedModals = writable([]);
|
||||
export const nullStore = readable(null, () => {});
|
||||
export const currentArchive = writable('default');
|
||||
export const isFileDragActive = writable(false);
|
||||
export const selectedCellsCallback = writable(null);
|
||||
|
||||
const electron = getElectron();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user