mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
events refactor
This commit is contained in:
@@ -51,11 +51,7 @@ export default {
|
||||
const tabId = await this.$store.dispatch('addTab', { query: stmt })
|
||||
this.$store.commit('setCurrentTabId', tabId)
|
||||
|
||||
send({
|
||||
category: 'inquiry',
|
||||
action: 'create',
|
||||
label: 'auto=true'
|
||||
})
|
||||
send('inquiry.create', undefined, { auto: true })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user