mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
fix: hide new editing for publishing
This commit is contained in:
@@ -372,7 +372,8 @@
|
||||
:inline-text component-block/inline-text)))])
|
||||
|
||||
(when (and class-or-property?
|
||||
(not (property-handler/block-has-viewable-properties? page)))
|
||||
(not (property-handler/block-has-viewable-properties? page))
|
||||
(not config/publishing?))
|
||||
[:a.fade-link.ml-2 {:on-click #(swap! *show-page-properties? not)}
|
||||
(if @*show-page-properties?
|
||||
"Back"
|
||||
|
||||
Reference in New Issue
Block a user