revert the change

This commit is contained in:
Tienson Qin
2023-09-04 22:12:08 +08:00
parent 02cc7eb46c
commit dfd5fa0a16

View File

@@ -2818,7 +2818,7 @@
[:div {:ref (fn [r] (when-not @*ref (reset! *ref r)))}
(if (and (not edit?) @*hidden?)
[:div {:style {:height 120}}]
[:div {:style {:height 24}}]
(let [ref? (:ref? config*)
custom-query? (boolean (:custom-query? config*))
ref-or-custom-query? (or ref? custom-query?)