mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 Clean code
This commit is contained in:
parent
93a83fb9a5
commit
66bf28625c
1 changed files with 0 additions and 1 deletions
|
|
@ -2802,7 +2802,6 @@ func addAttributeViewBlock(now int64, avID, blockID, previousBlockID, addingBloc
|
|||
|
||||
// 如果存在过滤条件,则将过滤条件应用到新添加的块上
|
||||
view, _ := getAttrViewViewByBlockID(attrView, blockID)
|
||||
|
||||
if nil != view && 0 < len(view.Filters) && !ignoreFillFilter {
|
||||
viewable := sql.RenderView(attrView, view, "")
|
||||
av.Filter(viewable, attrView)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue