mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-06 15:41:48 +01:00
This commit is contained in:
parent
541483ed29
commit
8cdcc98424
3 changed files with 49 additions and 60 deletions
|
|
@ -310,7 +310,6 @@ export const openMenuPanel = (options: {
|
|||
protyle: options.protyle,
|
||||
data,
|
||||
cellElements: options.cellElements,
|
||||
type: "replace",
|
||||
replaceValue,
|
||||
blockElement: options.blockElement
|
||||
});
|
||||
|
|
@ -1103,8 +1102,7 @@ export const openMenuPanel = (options: {
|
|||
protyle: options.protyle,
|
||||
data,
|
||||
cellElements: options.cellElements,
|
||||
type: "addUpdate",
|
||||
addUpdateValue: [value],
|
||||
addValue: [value],
|
||||
blockElement: options.blockElement
|
||||
});
|
||||
window.siyuan.menus.menu.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue