mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-05 03:55:28 +01:00
fix
This commit is contained in:
parent
453596e6bf
commit
dbb2efe45c
1 changed files with 2 additions and 2 deletions
|
@ -1146,8 +1146,6 @@ onMounted(() => {
|
|||
throw new Error(`Duplicate bindTo setting : [${bindToList.join(',')}]}]`);
|
||||
}
|
||||
|
||||
refreshData();
|
||||
|
||||
if (rootEl.value) {
|
||||
resizeObserver.observe(rootEl.value);
|
||||
|
||||
|
@ -1158,6 +1156,8 @@ onMounted(() => {
|
|||
state.value = 'hidden';
|
||||
}
|
||||
}
|
||||
|
||||
refreshData();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue