SynBioDex / SBOL-Validator

A web application to validate SBOL files
https://validator.sbolstandard.org
Apache License 2.0
7 stars 3 forks source link

onclick for file inputs clears the file selection #119

Closed wholtz closed 4 years ago

wholtz commented 4 years ago

Fixes #60 such that if a user validates a file, edits the file, saves the file with the same name, and re-selects the file as the input, then the second run of the validator will get the post-edit version of the file.

cjmyers commented 4 years ago

Looks fine to me @3ach ?