always return this

This commit is contained in:
silverwind 2024-04-26 23:10:47 +02:00
parent 0ea852c32b
commit ea07720a9b
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ export function initFomanticDimmer() {
this._dimmer.classList.remove('active');
hideElem(this._dimmer);
document.body.classList.remove('tw-overflow-hidden');
} else {
return this;
}
return this;
};
}