mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
enhance(mobile): display bullet of empty block by default
If not, it needs double touch to enter editing mode
This commit is contained in:
@@ -1469,7 +1469,9 @@
|
||||
"hide-inner-bullet"))}
|
||||
[:span.bullet {:blockid (str uuid)}]]]]
|
||||
(cond
|
||||
(and (:ui/show-empty-bullets? (state/get-config)) (not doc-mode?))
|
||||
(and (or (mobile-util/is-native-platform?)
|
||||
(:ui/show-empty-bullets? (state/get-config)))
|
||||
(not doc-mode?))
|
||||
bullet
|
||||
|
||||
(or
|
||||
|
||||
Reference in New Issue
Block a user