mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 17:23:54 +09:00
refactor(client): specify global scope
This commit is contained in:
@ -90,7 +90,7 @@ onMounted(() => {
|
||||
const update = () => {
|
||||
if (enabled.value) {
|
||||
tick();
|
||||
setTimeout(update, 1000);
|
||||
window.setTimeout(update, 1000);
|
||||
}
|
||||
};
|
||||
update();
|
||||
|
Reference in New Issue
Block a user