fix #69
This commit is contained in:
parent
bff0f8eda3
commit
cb1f842fc9
4 changed files with 53 additions and 14 deletions
|
|
@ -10,6 +10,7 @@ export const useVirtualSampleStore = defineStore("virtual-sample", () => {
|
|||
const activeTab = ref(step.files.dynamic ? "dynamic" : "static");
|
||||
const currentFile = ref(null);
|
||||
const isLoopAnimationEnabled = ref(false);
|
||||
const isDownloadTriggered = ref(false);
|
||||
|
||||
watch(activeTab, () => (currentFile.value = null));
|
||||
|
||||
|
|
@ -19,5 +20,6 @@ export const useVirtualSampleStore = defineStore("virtual-sample", () => {
|
|||
step,
|
||||
isLoopAnimationEnabled,
|
||||
isCompareModeEnabled,
|
||||
isDownloadTriggered,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue