feat: image replace
This commit is contained in:
parent
da14011e5f
commit
47c76337ff
@ -611,6 +611,7 @@ function handleReplaceTextAndInsertTableRow(data: any) {
|
|||||||
value: JSON.stringify({
|
value: JSON.stringify({
|
||||||
text,
|
text,
|
||||||
table: tableData,
|
table: tableData,
|
||||||
|
image: Payload?.image ? Payload?.image : [],
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -642,6 +643,7 @@ function handleReplaceTextAndInsertTableRowWithContentControl(data: any) {
|
|||||||
value: JSON.stringify({
|
value: JSON.stringify({
|
||||||
text,
|
text,
|
||||||
table: tableData,
|
table: tableData,
|
||||||
|
image: Payload?.image ? Payload?.image : [],
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user