mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-28 06:26:44 -06:00
fix
This commit is contained in:
parent
67c9a07af5
commit
3ed2eda1da
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ onMounted(() => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
shouldSkipRender.value = false;
|
shouldSkipRender.value = false;
|
||||||
}, 100);
|
}, 300);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue