mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix: typing markdown heading displays correctly
Also fixed structured tag popup displaying in heading which didn't make sense. Since this was fixed right after gp-block/extract-blocks is called, this likely fixed related issues where format/extract-blocks is called e.g. paste. Fixes LOG-2821.
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
[uuid]
|
||||
(:block/original-name (db/entity [:block/uuid uuid])))
|
||||
|
||||
(defn get-built-in-property-uuid
|
||||
"Get a property's uuid given its name"
|
||||
[property-name]
|
||||
(:block/uuid (db/entity [:block/name (name property-name)])))
|
||||
|
||||
(defn get-pid
|
||||
"Get a property's id (name or uuid) given its name"
|
||||
[property-name]
|
||||
|
||||
Reference in New Issue
Block a user