Compare commits
No commits in common. "8ec7ef1e2eef22efbf7dab71ed184fe0f5260e32" and "fdd1206697b35d63cee7d4a9a8f436d937a2e66f" have entirely different histories.
8ec7ef1e2e
...
fdd1206697
@ -2568,10 +2568,6 @@ export const useTrestle = () => {
|
|||||||
const getSameLineModules = (surface) => {
|
const getSameLineModules = (surface) => {
|
||||||
const { direction, modules, isChidory } = surface
|
const { direction, modules, isChidory } = surface
|
||||||
|
|
||||||
if (!modules || modules.length === 0) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// 같은 단에 있는 모듈들의 리스트
|
// 같은 단에 있는 모듈들의 리스트
|
||||||
let sameLineModuleList = []
|
let sameLineModuleList = []
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user