feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
Showing only changes of commit 655fef744c - Show all commits

View File

@ -198,7 +198,7 @@ export function useCanvasEvent() {
if (selected?.length > 0) {
selected.forEach((obj) => {
if (obj.type === 'QPolygon' && obj.name !== 'module') {
if (obj.type === 'QPolygon') {
obj.set({ stroke: 'red' })
}
})
@ -235,7 +235,7 @@ export function useCanvasEvent() {
if (selected?.length > 0) {
selected.forEach((obj) => {
if (obj.type === 'QPolygon' && obj.name !== 'module') {
if (obj.type === 'QPolygon') {
obj.set({ stroke: 'red' })
}
})