This commit is contained in:
Vanessa 2022-06-27 22:32:15 +08:00
parent 59bff8376a
commit dc0a6fa57c
2 changed files with 2 additions and 0 deletions

View file

@ -185,6 +185,7 @@ class Protyle {
});
}
});
// 需等渲染完后再回调,用于定位搜索字段 https://github.com/siyuan-note/siyuan/issues/3171
if (mergedOptions.after) {
mergedOptions.after(this);
}