mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
5831aea56e
commit
3caa569386
3 changed files with 5 additions and 4 deletions
|
|
@ -484,7 +484,9 @@ export const updatePanelByEditor = (options: {
|
|||
) {
|
||||
return;
|
||||
}
|
||||
title = options.protyle.title.editElement.textContent;
|
||||
if (options.protyle.title) {
|
||||
title = options.protyle.title.editElement.textContent;
|
||||
}
|
||||
if (options.resize) {
|
||||
resize(options.protyle);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue