feat: image replace

This commit is contained in:
zzs 2025-03-28 11:57:37 +08:00
parent da14011e5f
commit 47c76337ff

View File

@ -611,6 +611,7 @@ function handleReplaceTextAndInsertTableRow(data: any) {
value: JSON.stringify({
text,
table: tableData,
image: Payload?.image ? Payload?.image : [],
}),
},
},
@ -642,6 +643,7 @@ function handleReplaceTextAndInsertTableRowWithContentControl(data: any) {
value: JSON.stringify({
text,
table: tableData,
image: Payload?.image ? Payload?.image : [],
}),
},
},