Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
L10nhunter committed Dec 16, 2024
2 parents 440c5f1 + 87a2bb7 commit e6f4f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/GCode3DImageViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ onMounted(async () => {
// Clean up when the modal is hidden
if (preview) {
preview.clear();
setPreview(null);
preview = null;
}
});
});
onUnmounted(() => {
if (preview) {
preview.clear();
setPreview(null);
preview = null;
}
});
Expand Down

0 comments on commit e6f4f97

Please sign in to comment.