mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 11:44:10 +00:00
fix: validator incorrectly identifying hidden blocks
A page block that a user writes that starts with '$$$' isn't a hidden block
This commit is contained in:
@@ -489,7 +489,7 @@
|
||||
:property
|
||||
(entity-util/class? d)
|
||||
:class
|
||||
(entity-util/hidden? (:block/title d))
|
||||
(entity-util/hidden? d)
|
||||
:hidden
|
||||
(entity-util/whiteboard? d)
|
||||
:normal-page
|
||||
|
||||
Reference in New Issue
Block a user