Merge pull request #720 from trheyi/main

Refactor component event injection to handle missing event selectors
This commit is contained in:
Max 2024-07-30 06:33:00 +08:00 committed by GitHub
commit c449332906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,10 @@ const libsuisource = `
}
})
}
handler && handler(event, data, root, target);
handler && handler(event, data, {
rootElement: root,
targetElement: target
});
};
function __sui_store(elm) {