- 점.선 그리드 모달 위치 변경
- 주석 제거
This commit is contained in:
parent
0c97f9d4a8
commit
e8fff6c190
@ -17,18 +17,9 @@ export default function DotLineGrid(props) {
|
|||||||
},
|
},
|
||||||
{ id: 4, name: '1/10' },
|
{ id: 4, name: '1/10' },
|
||||||
]
|
]
|
||||||
|
|
||||||
const HandleClickClose = () => {
|
|
||||||
// setClose(true)
|
|
||||||
// setTimeout(() => {
|
|
||||||
// setModalOption({ ...modalOption, gridoption: false })
|
|
||||||
// setClose(false)
|
|
||||||
// }, 180)
|
|
||||||
}
|
|
||||||
return (
|
return (
|
||||||
<WithDraggable isShow={true} pos={{ x: 50, y: 30 }}>
|
<WithDraggable isShow={true} pos={{ x: -150, y: 300 }}>
|
||||||
<div className={`modal-pop-wrap ssm `}>
|
<div className={`modal-pop-wrap ssm mount`}>
|
||||||
{/* <div className={`modal-pop-wrap ssm ${modalOption.gridoption ? 'mount' : ''} ${close ? 'unmount' : ''} `}> */}
|
|
||||||
<div className="modal-head">
|
<div className="modal-head">
|
||||||
<h1 className="title">{getMessage('modal.canvas.setting.grid.dot.line.setting')}</h1>
|
<h1 className="title">{getMessage('modal.canvas.setting.grid.dot.line.setting')}</h1>
|
||||||
<button className="modal-close" onClick={() => setShowDotLineGridModal(false)}>
|
<button className="modal-close" onClick={() => setShowDotLineGridModal(false)}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user