From 0aa39fb15a2dc5e04f8b43878c1e7a6f45ca274d Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Fri, 26 Jan 2024 12:33:29 +0800 Subject: [PATCH] fix: reactive component --- src/main/frontend/components/property.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/components/property.cljs b/src/main/frontend/components/property.cljs index 36732ea4d1..f348d87cc9 100644 --- a/src/main/frontend/components/property.cljs +++ b/src/main/frontend/components/property.cljs @@ -373,7 +373,7 @@ :on-chosen on-chosen :input-opts input-opts})]])) -(rum/defcs property-input < rum/static +(rum/defcs property-input < rum/reactive (rum/local false ::show-new-property-config?) shortcut/disable-all-shortcuts [state entity *property-key *property-value {:keys [class-schema? _page-configure? in-block-container?]