0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-30 04:59:00 +02:00

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

View file

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