From 5b5708c5cb285d7864279c049a64a85ae85d766c Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Mon, 23 Jun 2025 17:24:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E4=BF=AE=E6=AD=A3=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages-user/client-modules/src/render/ui/save.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages-user/client-modules/src/render/ui/save.tsx b/packages-user/client-modules/src/render/ui/save.tsx index ba3d6f3..1ffa6cc 100644 --- a/packages-user/client-modules/src/render/ui/save.tsx +++ b/packages-user/client-modules/src/render/ui/save.tsx @@ -58,7 +58,7 @@ export const SaveBtn = defineComponent< const statusFont = new Font('normal', 14); const data = ref(null); const mapBlocks = computed(() => { - if (data.value == null) return void 0; + if (data.value === null) return void 0; else { const currData = data.value?.data; const map = core.maps.loadMap(currData.maps, currData.floorId); @@ -103,14 +103,14 @@ export const SaveBtn = defineComponent< lineJoin="miter" />