mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 15:12:33 +01:00
This commit is contained in:
parent
53c41561c8
commit
691ef04f62
2 changed files with 4 additions and 1 deletions
|
|
@ -112,6 +112,9 @@ export const openMenuPanel = (options: {
|
|||
html = getAssetHTML(options.cellElements);
|
||||
} else if (options.type === "edit") {
|
||||
if (options.editData) {
|
||||
if (typeof options.editData.colData.wrap === "undefined") {
|
||||
options.editData.colData.wrap = data.view.wrapField;
|
||||
}
|
||||
if (options.editData.previousID) {
|
||||
fields.find((item, index) => {
|
||||
if (item.id === options.editData.previousID) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue