This commit is contained in:
parent
bd91c04eeb
commit
11b02fdfed
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,8 @@ class="fn__flex-1 fn__flex${["url", "text", "number", "email", "phone", "block"]
|
|||
}, (setResponse) => {
|
||||
if (type === "number") {
|
||||
item.parentElement.querySelector(".fn__flex-center").textContent = setResponse.data.value.number.formattedContent;
|
||||
} else if (type === "block" && !item.value) {
|
||||
item.value = setResponse.data.value.block.content;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue