mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance(mobile): touch/click title to fold/unfold foldable elements
This commit is contained in:
@@ -44,4 +44,5 @@
|
||||
{}
|
||||
page))))
|
||||
(interpose [:span.mx-2.opacity-30 "/"]))])]
|
||||
{:default-collapsed? true})])))
|
||||
{:default-collapsed? true
|
||||
:title-trigger? true})])))
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
:editor-box editor/box}
|
||||
{})]
|
||||
(content/content page-name {:hiccup ref-hiccup}))]
|
||||
{}))
|
||||
{:title-trigger? true}))
|
||||
|
||||
(when (seq refed-blocks-ids)
|
||||
(ui/foldable
|
||||
@@ -164,7 +164,8 @@
|
||||
(content/content page-name
|
||||
{:hiccup ref-hiccup}))]))
|
||||
|
||||
{:default-collapsed? default-collapsed?}))]]))))
|
||||
{:default-collapsed? default-collapsed?
|
||||
:title-trigger? true}))]]))))
|
||||
|
||||
(rum/defcs unlinked-references-aux
|
||||
< rum/reactive db-mixins/query
|
||||
@@ -205,4 +206,5 @@
|
||||
"s"))
|
||||
"Unlinked References")]
|
||||
(fn [] (unlinked-references-aux page-name n-ref))
|
||||
{:default-collapsed? true})]]))))
|
||||
{:default-collapsed? true
|
||||
:title-trigger? true})]]))))
|
||||
|
||||
Reference in New Issue
Block a user