Compare commits

..

No commits in common. "8f782e7b170a0c76bccc5ba821dc5dffbf20834d" and "0005643c94a0504f4bf46e6750d06340c98bb0f0" have entirely different histories.

View File

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