1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-28 00:44:30 +02:00

lint fixes

This commit is contained in:
syuilo
2025-03-29 16:09:27 +09:00
parent 6c2c3f08be
commit d9d796b204
16 changed files with 37 additions and 43 deletions

View File

@@ -133,7 +133,7 @@ async function enter(el: Element) {
entering = false;
});
setTimeout(renderTab, 170);
window.setTimeout(renderTab, 170);
}
function afterEnter(el: Element) {