mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Calendar
This commit is contained in:
parent
9e1f1b5194
commit
b13d188e4f
5 changed files with 643 additions and 505 deletions
|
@ -16,6 +16,7 @@ function create(el) {
|
|||
ink.className = 'p-ink';
|
||||
ink.setAttribute('role', 'presentation');
|
||||
ink.setAttribute('aria-hidden', 'true');
|
||||
ink.setAttribute('data-p-ink', 'true');
|
||||
el.appendChild(ink);
|
||||
|
||||
ink.addEventListener('animationend', onAnimationEnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue