mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-17 09:30:48 +08:00
🎨 Improve escaping content for database primary key, relation, and rollup fields https://github.com/siyuan-note/siyuan/issues/13704
This commit is contained in:
parent
713c55ed7a
commit
e26bcfac62
@ -296,7 +296,7 @@ func updateAttributeViewBlockText(updatedDefNodes map[string]*ast.Node) {
|
|||||||
changedAv = true
|
changedAv = true
|
||||||
}
|
}
|
||||||
if newContent != blockValue.Block.Content {
|
if newContent != blockValue.Block.Content {
|
||||||
blockValue.Block.Content = newContent
|
blockValue.Block.Content = util.UnescapeHTML(newContent)
|
||||||
changedAv = true
|
changedAv = true
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user