mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 16:56:10 +01:00
This commit is contained in:
parent
f6d0be00d6
commit
2f62002813
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Protyle {
|
|||
}, getResponse => {
|
||||
onGet(getResponse, this.protyle, options.action);
|
||||
if (this.protyle.model) {
|
||||
if (options.action.includes(Constants.CB_GET_FOCUS)) {
|
||||
if (options.action?.includes(Constants.CB_GET_FOCUS)) {
|
||||
setPanelFocus(this.protyle.model.element.parentElement.parentElement);
|
||||
}
|
||||
updatePanelByEditor(this.protyle, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue