From 77edfc7ddf1b1d4a180b6bd520d68a0f6881bfd0 Mon Sep 17 00:00:00 2001 From: Khai Truong <56820749+khaitruong922@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:22:38 +0700 Subject: [PATCH] Remove redundant line (#1577) remove redundant line --- 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 9e2d79e83..987e6a2df 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 {