mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Directives
This commit is contained in:
parent
1398d98615
commit
7cb1814a1d
6 changed files with 7 additions and 11 deletions
|
@ -121,7 +121,7 @@ const FocusTrap = BaseDirective.extend('focustrap', {
|
|||
el.setAttribute('data-pc-section', 'root');
|
||||
el.setAttribute('data-pc-name', 'focustrap');
|
||||
|
||||
BaseDirective.directiveElement = el;
|
||||
el.$pEl = el;
|
||||
BaseDirective.handleCSS('focustrap', el, binding);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue