#37 - stop animation on virtual sample component load
This commit is contained in:
parent
e41b90f636
commit
0ba3c9ab55
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ const { file } = defineProps({
|
||||||
const { activeTab, currentFile, step, isLoopAnimationEnabled } = storeToRefs(
|
const { activeTab, currentFile, step, isLoopAnimationEnabled } = storeToRefs(
|
||||||
useVirtualSampleStore()
|
useVirtualSampleStore()
|
||||||
);
|
);
|
||||||
|
isLoopAnimationEnabled.value = false;
|
||||||
const { isCommentsOpen } = storeToRefs(useDialogStore());
|
const { isCommentsOpen } = storeToRefs(useDialogStore());
|
||||||
|
|
||||||
// Variables
|
// Variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue