@@ -21,5 +21,6 @@
(property-config/property-dropdown page nil {:debug? (.-altKey e)}))
{:content-props {:class "ls-property-dropdown as-root"}
:align "start"
- :as-dropdown? true}))}
+ :as-dropdown? true
+ :dropdown-menu? true}))}
"Configure property")))
@@ -393,7 +393,9 @@
(fn []
[:div.ls-property-dropdown
(property-config/property-dropdown page nil {})])
- {:align :center})
+ {:align :center
+ :dropdown-menu? true})
(let [opts (cond-> {:block page :target (.-target e)}
(ldb/class? page)
(assoc :class-schema? true))]
@@ -288,6 +288,7 @@
(when-let [input (state/get-input)]
(.focus input)))}
+ :dropdown-menu? true
:as-dropdown? true})))}
(:block/title property)))