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

minor changes

This commit is contained in:
lana-k
2021-02-17 16:53:28 +01:00
parent f6559c1015
commit 797430e9f8
2 changed files with 4 additions and 23 deletions

View File

@@ -12,7 +12,6 @@ export default {
// Clean up
URL.revokeObjectURL(url)
downloader.remove()
},
/**
@@ -29,7 +28,6 @@ export default {
uploader.addEventListener('change', () => {
const file = uploader.files[0]
uploader.remove()
resolve(file)
})