Compare commits
No commits in common. "16de0d8533f350e8c1abbf9914f9886df97fbb92" and "1276230fcce129e8eee403a84728e4c7a5614787" have entirely different histories.
16de0d8533
...
1276230fcc
@ -3205,6 +3205,7 @@ export const useTrestle = () => {
|
||||
let cnt = 0
|
||||
const surfaces = canvas.getObjects().filter((obj) => obj.name === POLYGON_TYPE.MODULE_SETUP_SURFACE)
|
||||
const modules = canvas.getObjects().filter((obj) => obj.name === POLYGON_TYPE.MODULE)
|
||||
debugger
|
||||
surfaces.forEach((surface) => {
|
||||
const modules = surface.modules
|
||||
const groups = groupByType(modules)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user