mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 01:45:59 +00:00
run macros in table data editor #68
This commit is contained in:
@@ -3,7 +3,6 @@ import { recentDatabases, currentDatabase, getRecentDatabases } from '../stores'
|
||||
import registerCommand from './registerCommand';
|
||||
|
||||
currentDatabase.subscribe(value => {
|
||||
console.log('DB', value);
|
||||
if (!value) return;
|
||||
recentDatabases.update(list => {
|
||||
const res = [
|
||||
|
||||
Reference in New Issue
Block a user