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:
@@ -133,7 +133,7 @@ async function enter(el: Element) {
|
||||
entering = false;
|
||||
});
|
||||
|
||||
setTimeout(renderTab, 170);
|
||||
window.setTimeout(renderTab, 170);
|
||||
}
|
||||
|
||||
function afterEnter(el: Element) {
|
||||
|
||||
Reference in New Issue
Block a user