lifecycle update
This commit is contained in:
parent
84ce42f106
commit
0b7a43efbd
14 changed files with 950 additions and 490 deletions
|
|
@ -362,6 +362,7 @@ function addSubmitListener(ptr, handlerID) {
|
|||
|
||||
const handler = function (event) {
|
||||
const { ExecuteSubmitHandler } = window.crafter_webbuild_wasi.instance.exports;
|
||||
event.preventDefault();
|
||||
ExecuteSubmitHandler(handlerID);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue