From 52a736922eb6cf7c0918757d807b1f22f061ec53 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Sat, 11 Oct 2025 18:20:42 +0800 Subject: [PATCH] fix(mobile): quit quick add when clicking a block --- src/main/mobile/core.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/mobile/core.cljs b/src/main/mobile/core.cljs index 394a0da70a..0659873a78 100644 --- a/src/main/mobile/core.cljs +++ b/src/main/mobile/core.cljs @@ -56,7 +56,8 @@ (mobile-state/close-left-sidebar!)) (when (state/get-edit-block) (state/clear-edit!)) - + (when (mobile-state/quick-add-open?) + (mobile-state/close-popup!)) (mobile-state/open-block-modal! entity))))))) :graphs