Refactor #3965 - For Directives

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-23 12:34:16 +03:00
parent 1398d98615
commit 7cb1814a1d
6 changed files with 7 additions and 11 deletions

View file

@ -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;