Refactor component event injection to handle missing event selectors
This commit is contained in:
parent
a8d151993e
commit
271b494c59
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) {
|
function __sui_store(elm) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue