mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Components update v.3.21.0
This commit is contained in:
parent
18497d55b1
commit
defd6ff6e2
242 changed files with 28022 additions and 17523 deletions
|
@ -18,7 +18,7 @@ function bind(el, binding) {
|
|||
|
||||
function unbind(el) {
|
||||
if (el.$_pstyleclass_clicklistener) {
|
||||
el.addEventListener('click', el.$_pstyleclass_clicklistener);
|
||||
el.removeEventListener('click', el.$_pstyleclass_clicklistener);
|
||||
el.$_pstyleclass_clicklistener = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue