1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-20 05:46:10 +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');
hideElem(this._dimmer);
document.body.classList.remove('tw-overflow-hidden');
} else {
return this;
}
return this;
};
}