Przeglądaj źródła

enhance: collapse below position properties

Tienson Qin 1 rok temu
rodzic
commit
6d44526d44
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/frontend/components/block.cljs

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -3215,7 +3215,7 @@
                                          :edit? editing?
                                          :hide-block-refs-count? hide-block-refs-count?}))])]
 
-         (when (and db-based? (not table?))
+         (when (and db-based? (not collapsed?) (not table?))
            (block-positioned-properties config block :block-below))]
 
         (when (and @*show-right-menu? (not in-whiteboard?) (not table?))