fix: error on aborting file selection (#951)

* chore: update dependencies

* fix: error on abort file selection

* feat: explicitly check if selectedFiles length is 0
This commit is contained in:
Aman Harwara
2022-03-24 22:25:48 +05:30
committed by GitHub
parent 1bdda366d0
commit 9c74364757
3 changed files with 14 additions and 10 deletions

View File

@@ -73,10 +73,10 @@
"@reach/tooltip": "^0.16.2",
"@standardnotes/components": "1.7.13",
"@standardnotes/features": "1.35.6",
"@standardnotes/filepicker": "1.10.2",
"@standardnotes/filepicker": "1.10.3",
"@standardnotes/settings": "1.13.1",
"@standardnotes/sncrypto-web": "1.8.0",
"@standardnotes/snjs": "2.92.0",
"@standardnotes/snjs": "2.92.1",
"@zip.js/zip.js": "^2.4.7",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",