drag & drop - change order in pinned dbs #227

This commit is contained in:
Jan Prochazka
2022-06-02 17:26:45 +02:00
parent 5c6989bf91
commit 8bb40e991b
5 changed files with 40 additions and 3 deletions

View File

@@ -330,6 +330,10 @@
isBold={_.get($currentDatabase, 'connection._id') == _.get(data.connection, '_id') &&
_.get($currentDatabase, 'name') == data.name}
on:click={() => ($currentDatabase = data)}
on:dragstart
on:dragenter
on:dragend
on:drop
on:middleclick={() => {
createMenu()
.find(x => x.isNewQuery)