mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 04:58:06 +01:00
This commit is contained in:
parent
258e562726
commit
4df9a3b928
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ const switchEditor = (editor: Editor, options: IOpenFileOptions, allModels: IMod
|
|||
pushBack(editor.editor.protyle, editor.editor.protyle.toolbar.range);
|
||||
}
|
||||
// https://github.com/siyuan-note/siyuan/issues/16445
|
||||
if (options.action.includes(Constants.CB_GET_OUTLINE)) {
|
||||
if (options.action?.includes(Constants.CB_GET_OUTLINE)) {
|
||||
hideElements(["select"], editor.editor.protyle);
|
||||
}
|
||||
if (options.mode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue