1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-08-05 15:29:17 +08:00

#139 view details of selected points

This commit is contained in:
lana-k
2026-07-20 21:37:24 +02:00
parent 686a09a8ce
commit 9838421d65
7 changed files with 58 additions and 13 deletions

View File

@@ -125,6 +125,13 @@ export default {
},
async checkFile(file) {
if (!file) {
alert(
'You should drop a file. ' +
'It can be an SQLite database, CSV file, JSON or NDJSON file.'
)
return
}
this.state = 'dropping'
this.newDb = database.getNewDatabase()