모달창 css 수정

This commit is contained in:
yjnoh 2024-10-11 15:19:31 +09:00
parent 2a90a138c1
commit f84d3a912f
2 changed files with 0 additions and 4 deletions

View File

@ -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
}

View File

@ -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;