Browse Source

:art: https://github.com/siyuan-note/siyuan/issues/11013

Daniel 1 year ago
parent
commit
3a798c4533
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/model/attribute_view.go

+ 0 - 1
kernel/model/attribute_view.go

@@ -2129,7 +2129,6 @@ func addAttributeViewBlock(avID, blockID, previousBlockID, addingBlockID string,
 				blockValue.IsDetached = isDetached
 				blockValue.IsDetached = isDetached
 				blockValue.Block.Content = content
 				blockValue.Block.Content = content
 				blockValue.UpdatedAt = now
 				blockValue.UpdatedAt = now
-				util.PushMsg(Conf.language(242), 3000)
 				err = av.SaveAttributeView(attrView)
 				err = av.SaveAttributeView(attrView)
 			}
 			}
 			return
 			return