This commit is contained in:
n1474335 2019-01-18 15:37:25 +00:00
parent 291ebd5c12
commit 715f7bbbc2
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ class RecipeWaiter {
reader.onload = function (e) {
targ.value = e.target.result;
// Trigger floating label move
const changeEvent = new Event('change');
const changeEvent = new Event("change");
targ.dispatchEvent(changeEvent);
window.dispatchEvent(self.manager.statechange);
};