mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 09:24:06 +01:00
🎨 Refresh the corresponding rollup after deleting rows from the database https://github.com/siyuan-note/siyuan/issues/10858
This commit is contained in:
parent
16dd27d656
commit
24363ad717
2 changed files with 8 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ func GetSrcAvIDs(destAvID string) []string {
|
|||
if nil == srcAvIDs {
|
||||
return nil
|
||||
}
|
||||
|
||||
// 排除自己
|
||||
srcAvIDs = gulu.Str.RemoveElem(srcAvIDs, destAvID)
|
||||
return srcAvIDs
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue