1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

Lost focus in SQL query editor #54

This commit is contained in:
lana-k
2021-05-19 22:50:56 +02:00
parent 3e503f85a9
commit 414a116f94
4 changed files with 16 additions and 11 deletions

View File

@@ -112,7 +112,7 @@ describe('fileIo.js', () => {
file = { type: 'application/x-sqlite3' }
expect(fu.isDatabase(file)).to.equal(true)
file = { type: '', name: 'test.db' }
expect(fu.isDatabase(file)).to.equal(true)