mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
8c35440a77
commit
74b4a00a2f
42 changed files with 426 additions and 270 deletions
|
|
@ -156,7 +156,12 @@ export class Outline extends Model {
|
|||
mode: 0,
|
||||
size: window.siyuan.config.editor.dynamicLoadBlocks,
|
||||
}, getResponse => {
|
||||
onGet(getResponse, item.editor.protyle, [Constants.CB_GET_FOCUS]);
|
||||
onGet({
|
||||
data: getResponse,
|
||||
protyle: item.editor.protyle,
|
||||
action: [Constants.CB_GET_FOCUS],
|
||||
app: options.app
|
||||
});
|
||||
});
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue