Skip to content

ux: [des] bug fix: fix app not working after canceling file upload

Andrew Chou requested to merge ac/1736/desktop-type-error into master

Addresses #1736 (closed)

Notes:

  • For some reason, canceling the file upload via the filesystem picker triggers a change event on the input. Not sure if that's an Electron bug or a React Native web bug (it's not standard web behavior from what I've tested)
  • Reproduction steps to test against can be found here: #1736 (comment 921442094)
Edited by Andrew Chou

Merge request reports