From f84d3a912f6ec15736ee6416980ad1a694fd3019 Mon Sep 17 00:00:00 2001 From: yjnoh Date: Fri, 11 Oct 2024 15:19:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=8B=AC=EC=B0=BD=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/surface/useSurfaceShapeBatch.js | 2 -- src/styles/_modal.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/hooks/surface/useSurfaceShapeBatch.js b/src/hooks/surface/useSurfaceShapeBatch.js index e612a463..b52781b6 100644 --- a/src/hooks/surface/useSurfaceShapeBatch.js +++ b/src/hooks/surface/useSurfaceShapeBatch.js @@ -58,8 +58,6 @@ export function useSurfaceShapeBatch() { if (checkSurfaceShape(surfaceId, { length1, length2, length3, length4, length5 })) { setShowPlacementSurfaceSettingModal(false) canvas?.on('mouse:move', (e) => { - console.log('asdfasdfasdfasdfasdfsdfasdfsdf') - if (!isDrawing) { return } diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 9343ae23..579e1334 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -38,8 +38,6 @@ $alert-color: #101010; .modal-pop-wrap { position: fixed; - top: 200px; - right: 100px; width: 100%; height: -webkit-fit-content; height: -moz-fit-content;