From 578375087e3e24c04698a16bd50641cbe0486391 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Tue, 17 Jun 2025 00:16:22 +0300 Subject: [PATCH] fix: update ui when modifiying lists --- popup/popup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popup/popup.js b/popup/popup.js index 5082ce8..de76298 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -21,6 +21,8 @@ async function debouncedSave() { async function save() { await debouncedSave(); + renderLists(); + renderWords(); } async function load() {