From a393ebedd6bce145f2e52c8139361df662a6b48c Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Wed, 21 Aug 2024 16:07:42 +0800 Subject: [PATCH] * [task#126485,0.2h] rm hidden menu from appsBar. --- module/index/js/index.ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/index/js/index.ui.js b/module/index/js/index.ui.js index 4d3ebbaad0..b6c4ee2123 100644 --- a/module/index/js/index.ui.js +++ b/module/index/js/index.ui.js @@ -1031,6 +1031,7 @@ $(document).on('click', '.open-in-app,.show-in-app', function(e) onClick: hideDisabled ? null : () => { + closeApp(code); const $li = $btn.closest('li'); const appName = $li.data('app'); $li.remove();