mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-27 00:06: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(() => {
|
||||
setTimeout(() => {
|
||||
shouldSkipRender.value = false;
|
||||
}, 100);
|
||||
}, 300);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue