mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 03:56:44 -06:00
Fix glitch
This commit is contained in:
parent
2fcf6fb0fd
commit
c628bdb7a6
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ export default {
|
|||
|
||||
calc();
|
||||
|
||||
vn.context.$on('hook:activated', calc);
|
||||
|
||||
const ro = new ResizeObserver((entries, observer) => {
|
||||
calc();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue