diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-09 16:06:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 16:06:12 -0400 |
commit | daa44a8389806046ca8fde9fa1c96c1e961393f4 (patch) | |
tree | a8ee3ab06ac2783502cd13e88ac16fa86a659ca4 /ext/js/pages/settings/dictionary-controller.js | |
parent | 24ec22b2e1095a18d2031f697f4aaffb5a0c0609 (diff) |
Fix an issue with reordering dictionary settings (#1812)
Diffstat (limited to 'ext/js/pages/settings/dictionary-controller.js')
-rw-r--r-- | ext/js/pages/settings/dictionary-controller.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/js/pages/settings/dictionary-controller.js b/ext/js/pages/settings/dictionary-controller.js index adb3edbd..47b256d8 100644 --- a/ext/js/pages/settings/dictionary-controller.js +++ b/ext/js/pages/settings/dictionary-controller.js @@ -325,6 +325,8 @@ class DictionaryController { value: dictionaries }]); + this._settingsController.trigger('dictionarySettingsReordered', {source: this}); + await this._updateEntries(); } |