mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 Database is constantly loading https://github.com/siyuan-note/siyuan/issues/16023
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
466a147541
commit
3a772ee62b
2 changed files with 5 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ func GetAttrViewAddingBlockDefaultValues(avID, viewID, groupID, previousBlockID,
|
|||
return
|
||||
}
|
||||
|
||||
view := attrView.GetView(viewID)
|
||||
view, _ := attrView.GetCurrentView(viewID)
|
||||
if nil == view {
|
||||
logging.LogErrorf("view [%s] not found in attribute view [%s]", viewID, avID)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue