mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
Update onGet.ts (#11298)
This commit is contained in:
parent
5095d836c0
commit
6467b3a962
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ const setHTML = (options: {
|
|||
protyle.app.plugins.forEach(item => {
|
||||
item.eventBus.emit("loaded-protyle-dynamic", {
|
||||
protyle,
|
||||
positon: options.action.includes(Constants.CB_GET_APPEND) ? "afterend" : "beforebegin"
|
||||
position: options.action.includes(Constants.CB_GET_APPEND) ? "afterend" : "beforebegin"
|
||||
});
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue