mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: hide page history menu for db graphs
fixes https://github.com/logseq/db-test/issues/355
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
(page-handler/<unfavorite-page! page-title)
|
||||
(page-handler/<favorite-page! page-title)))}})
|
||||
|
||||
(when (or (util/electron?) file-sync-graph-uuid)
|
||||
(when (and (or (util/electron?) file-sync-graph-uuid) (not db-based?))
|
||||
{:title (t :page/version-history)
|
||||
:options {:on-click
|
||||
(fn []
|
||||
|
||||
Reference in New Issue
Block a user