run macros in table data editor #68

This commit is contained in:
Jan Prochazka
2021-03-25 19:07:51 +01:00
parent 2afa7a5f58
commit 952bdc4baa
9 changed files with 184 additions and 15 deletions

View File

@@ -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 = [