mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
FIX: tagify bug rootEl not exist
This commit is contained in:
parent
5eab093ac4
commit
47097e5251
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export default function DHApplicationMixin(Base) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find target element
|
// Find target element
|
||||||
const element = rootEl.querySelector(selector);
|
const element = this.element.querySelector(selector);
|
||||||
if (!element) {
|
if (!element) {
|
||||||
console.warn(`Element not found with selector: ${selector}`);
|
console.warn(`Element not found with selector: ${selector}`);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue