mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🎨 Improve db tv relation render
This commit is contained in:
parent
646d8c2b57
commit
ac485ea545
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ type Value struct {
|
|||
}
|
||||
|
||||
func (value *Value) String() string {
|
||||
if nil == value {
|
||||
return ""
|
||||
}
|
||||
|
||||
switch value.Type {
|
||||
case KeyTypeBlock:
|
||||
if nil == value.Block {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue