Skip to content
Snippets Groups Projects
Commit c628bdb7 authored by syuilo's avatar syuilo
Browse files

Fix glitch

parent 2fcf6fb0
No related merge requests found
......@@ -54,6 +54,8 @@ export default {
calc();
vn.context.$on('hook:activated', calc);
const ro = new ResizeObserver((entries, observer) => {
calc();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment