diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/js/navigate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/js/navigate.js b/src/app/js/navigate.js index 18c32b3..5665687 100644 --- a/src/app/js/navigate.js +++ b/src/app/js/navigate.js @@ -478,6 +478,7 @@ navigate.select = () => { // if `active` is a switch, use `settings.popup.switch()` on it, // to be able to toggle it if (active.closest(".switch")) { + active.closest(".switch").click(); settings.popup.switch(active.closest(".switch")); return; } |