mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: user can't reverse a class parent decision
Class parent defaults to Root but user can't select it later. This should be reversible, especially given how much functionality this affects. Fixes #256
This commit is contained in:
2
deps/db/src/logseq/db/frontend/class.cljs
vendored
2
deps/db/src/logseq/db/frontend/class.cljs
vendored
@@ -110,7 +110,7 @@
|
||||
(def private-tags
|
||||
"Built-in classes that are private and should not be used by a user directly.
|
||||
These used to be in block/type"
|
||||
(set/union internal-tags
|
||||
(set/union (disj internal-tags :logseq.class/Root)
|
||||
#{:logseq.class/Journal :logseq.class/Whiteboard}))
|
||||
|
||||
(def hidden-tags
|
||||
|
||||
Reference in New Issue
Block a user