kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
418 stars 53 forks source link

Make sure to execute promises in order in CSVEditor::saveUrlMaps #86

Closed ghost closed 5 years ago

ghost commented 5 years ago

For some reason the Storage.clear would come right after the Storage.setAll when the text field wasn't changed. Order of these promises is however imperative and shouldn't be left to chance.

Related to #84 - CSV editor wipes all entries when saved input is unmodified