fix #37
This commit is contained in:
parent
ab60a50437
commit
64af50816b
3 changed files with 30 additions and 2 deletions
|
|
@ -60,6 +60,7 @@
|
|||
id="loop-animation"
|
||||
class="btn btn--transparent btn--outline"
|
||||
data-icon="loop"
|
||||
@click="isLoopAnimationEnabled = !isLoopAnimationEnabled"
|
||||
>
|
||||
<span>Animation en boucle</span>
|
||||
</button>
|
||||
|
|
@ -91,7 +92,9 @@ const { file } = defineProps({
|
|||
file: Object,
|
||||
});
|
||||
|
||||
const { activeTab, currentFile, step } = storeToRefs(useVirtualSampleStore());
|
||||
const { activeTab, currentFile, step, isLoopAnimationEnabled } = storeToRefs(
|
||||
useVirtualSampleStore()
|
||||
);
|
||||
const { isCommentsOpen } = storeToRefs(useDialogStore());
|
||||
|
||||
// Variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue