Merge pull request #720 from trheyi/main
Refactor component event injection to handle missing event selectors
This commit is contained in:
commit
c449332906
1 changed files with 4 additions and 1 deletions
|
|
@ -140,7 +140,10 @@ const libsuisource = `
|
|||
}
|
||||
})
|
||||
}
|
||||
handler && handler(event, data, root, target);
|
||||
handler && handler(event, data, {
|
||||
rootElement: root,
|
||||
targetElement: target
|
||||
});
|
||||
};
|
||||
|
||||
function __sui_store(elm) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue