diff --git a/assets/js/pages/settings/sections/emojis.js b/assets/js/pages/settings/sections/emojis.js index 6781d73a..08047bd5 100644 --- a/assets/js/pages/settings/sections/emojis.js +++ b/assets/js/pages/settings/sections/emojis.js @@ -209,6 +209,10 @@ class EmojiesSection { cb() + // Recreate form + box.remove(); + this.AddUploadForm(target, cb); + } catch(e) { console.error(e); notify("Could not upload new emoji!", "danger");