Compare commits
No commits in common. "17c3c950b96b1c6cb98064fe8c60d197f8b2149b" and "b4b3d2512958d90066bace72e8af1cbc235f4112" have entirely different histories.
17c3c950b9
...
b4b3d25129
@ -632,12 +632,9 @@ export function useCanvasSetting(executeEffect = true) {
|
||||
originHorizon: res.originHorizon,
|
||||
originVertical: res.originVertical,
|
||||
})
|
||||
|
||||
if (canvas) {
|
||||
canvas.setWidth(res.originHorizon)
|
||||
canvas.setHeight(res.originVertical)
|
||||
canvas.renderAll()
|
||||
}
|
||||
|
||||
/** 데이터 설정 */
|
||||
setSettingModalFirstOptions({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user