mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: enum property display should display as "properties"
since it's config defaults to it
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
(some? (get block-properties property-id))
|
||||
(let [schema (:block/schema (db/entity [:block/uuid property-id]))]
|
||||
(and (= :enum (:type schema))
|
||||
(not= (:position schema) "properties")))))
|
||||
(= (:position schema) "block-beginning")))))
|
||||
|
||||
(defn get-block-enum-other-position-properties
|
||||
[eid]
|
||||
|
||||
Reference in New Issue
Block a user