dev #930

Merged
ysCha merged 95 commits from dev into dev-deploy 2026-06-23 18:00:25 +09:00
Showing only changes of commit f5758cb383 - Show all commits

View File

@ -901,6 +901,7 @@ export function useContextMenu() {
return
}
saveSnapshot()
resetModule()
alignModule(MODULE_ALIGN_TYPE.VERTICAL, currentObject.arrayData ?? [currentObject])
},
@ -918,6 +919,7 @@ export function useContextMenu() {
return
}
saveSnapshot()
resetModule()
alignModule(MODULE_ALIGN_TYPE.HORIZONTAL, currentObject.arrayData ?? [currentObject])
},