dev #196

Merged
ysCha merged 96 commits from dev into prd-deploy 2025-07-09 17:35:54 +09:00
Showing only changes of commit 8f782e7b17 - Show all commits

View File

@ -2568,6 +2568,10 @@ export const useTrestle = () => {
const getSameLineModules = (surface) => {
const { direction, modules, isChidory } = surface
if (!modules || modules.length === 0) {
return
}
// 같은 단에 있는 모듈들의 리스트
let sameLineModuleList = []