mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(mobile): block control not displayed initially when collapsed
This commit is contained in:
@@ -2237,7 +2237,7 @@
|
||||
(when (and (state/developer-mode?) (.-metaKey event))
|
||||
(js/console.debug "[block config]==" config)))}
|
||||
[:span {:class (if (or (and control-show? (or collapsed? collapsable?))
|
||||
(and collapsed? (or page-title? order-list? config/publishing?)))
|
||||
(and collapsed? (or page-title? order-list? config/publishing? (util/mobile?))))
|
||||
"control-show cursor-pointer"
|
||||
"control-hide")}
|
||||
(ui/rotating-arrow collapsed?)]])
|
||||
|
||||
Reference in New Issue
Block a user