mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix(copy): property text deleted when its value mixes [[]] and others
close #9100
This commit is contained in:
@@ -904,7 +904,8 @@
|
||||
distinct
|
||||
vec)
|
||||
content (property/remove-properties format content)
|
||||
kvs (for [key property-ks] [key (get properties key)])
|
||||
kvs (for [key property-ks] [key (or (get properties-text-values key)
|
||||
(get properties key))])
|
||||
content (property/insert-properties format content kvs)
|
||||
content (property/remove-empty-properties content)
|
||||
block {:block/uuid block-id
|
||||
|
||||
Reference in New Issue
Block a user