some fixes
This commit is contained in:
@@ -78,9 +78,6 @@ const onSkinUpload = async () => {
|
||||
isLoading.value = false;
|
||||
}
|
||||
};
|
||||
// --- Логика для 3D-вьювера ---
|
||||
const skinCanvas = ref<HTMLCanvasElement | null>(null);
|
||||
let skinViewer: SkinViewer | null = null;
|
||||
|
||||
const setupSkinViewer = () => {
|
||||
if (skinCanvas.value && !skinViewer) {
|
||||
|
||||
Reference in New Issue
Block a user