mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
Fix glitch
This commit is contained in:
parent
1c47c62877
commit
4a66dd9dd0
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