Compare commits

..

No commits in common. "8ec7ef1e2eef22efbf7dab71ed184fe0f5260e32" and "fdd1206697b35d63cee7d4a9a8f436d937a2e66f" 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 = []