Fix glitch

This commit is contained in:
syuilo 2020-02-17 06:48:04 +09:00
parent 2fcf6fb0fd
commit c628bdb7a6
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ export default {
calc();
vn.context.$on('hook:activated', calc);
const ro = new ResizeObserver((entries, observer) => {
calc();
});