Compare commits

..

No commits in common. "48dc3d6328d37890563af5fe4189a49f8755d688" and "d16c3869d14c0905ae8d77cde98005f5930ec86d" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -318,10 +318,8 @@ const Placement = forwardRef((props, refs) => {
</div> </div>
</div> </div>
<div className="hide-check-guide"> <div className="hide-check-guide">
<div onClick={() => setUseTab(!useTab)}> {getMessage('modal.module.basic.setting.module.placement.max.size.check')}
{getMessage('modal.module.basic.setting.module.placement.max.size.check')} <button className={`arr ${!useTab ? 'act' : ''}`} onClick={() => setUseTab(!useTab)}></button>
<button className={`arr ${!useTab ? 'act' : ''}`}></button>
</div>
</div> </div>
<div className={`module-table-box mt10 ${useTab ? 'hide' : ''}`}> <div className={`module-table-box mt10 ${useTab ? 'hide' : ''}`}>
<div className="module-table-inner"> <div className="module-table-inner">

View File

@ -661,7 +661,7 @@ export function useModuleBasicSetting(tabNum) {
//가운데 가운데 //가운데 가운데
if (Math.abs(smallCenterY - holdCellCenterY) < snapDistance) { if (Math.abs(smallCenterY - holdCellCenterY) < snapDistance) {
tempModule.top = holdCellCenterY - toFixedWithoutRounding(height / 2, 2) tempModule.top = holdCellCenterY - toFixedWithoutRounding(width / 2, 2)
} }
if (isChidori) { if (isChidori) {