|
|
@@ -1156,9 +1156,8 @@
|
|
|
(if collapsed?
|
|
|
(editor-handler/expand-block! uuid)
|
|
|
(editor-handler/collapse-block! uuid)))))}
|
|
|
- (when
|
|
|
- control-show?
|
|
|
- (ui/rotating-arrow collapsed?))]
|
|
|
+ [:span {:class (if control-show? "control-show" "control-hide")}
|
|
|
+ (ui/rotating-arrow collapsed?)]]
|
|
|
[:a {:on-click (fn [e]
|
|
|
(bullet-on-click e block config uuid))}
|
|
|
[:span.bullet-container.cursor
|