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
|
@ -190,8 +190,7 @@ function create(el, options) {
|
|||
container.style.width = 'fit-content';
|
||||
}
|
||||
|
||||
el.$_pDirectiveElement = container;
|
||||
BaseDirective.directiveElement = container;
|
||||
el.$pEl = container;
|
||||
BaseDirective.handleCSS('tooltip', container, options);
|
||||
|
||||
return container;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue