From 6b54dc57777ccb74e03c4094a27ad5e002c96407 Mon Sep 17 00:00:00 2001 From: Jason Ojisan Date: Thu, 7 Nov 2024 02:22:38 +0700 Subject: [PATCH] Remove redundant line remove redundant line NzdlZGZjN2RkZjFiMWQ0YTE4MGI2YmQ1MjBkNjhhMGY2ODgxYmZkMAo= --- ext/js/pages/settings/dictionary-controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/js/pages/settings/dictionary-controller.js b/ext/js/pages/settings/dictionary-controller.js index 39789a413..086b2d092 100644 --- a/ext/js/pages/settings/dictionary-controller.js +++ b/ext/js/pages/settings/dictionary-controller.js @@ -1177,7 +1177,6 @@ export class DictionaryController { await this._deleteDictionaryInternal(dictionaryTitle, onProgress); await this._deleteDictionarySettings(dictionaryTitle); - this._onDictionariesUpdate = null; } catch (e) { log.error(e); } finally {