Browse Source

fix: Can't click into property value of new object blocks

Tienson Qin 10 months ago
parent
commit
13329f83bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/components/property/value.cljs

+ 1 - 0
src/main/frontend/components/property/value.cljs

@@ -970,6 +970,7 @@
         [:div.w-full.h-full
          {:tabIndex 0
           :class (if (:table-view? opts) "cursor-pointer" "cursor-text")
+          :style {:min-height 20}
           :on-click #(<create-new-block! block property "")}]))))
 
 (rum/defc property-block-value