feat(stage): 暂时禁用多选resizable

This commit is contained in:
roymondchen 2022-08-12 14:27:02 +08:00 committed by jia000
parent edf66cc076
commit b1ce0be682

View File

@ -237,7 +237,7 @@ export default class StageMultiDragResize extends EventEmitter {
defaultGroupRotate: 0, defaultGroupRotate: 0,
defaultGroupOrigin: '50% 50%', defaultGroupOrigin: '50% 50%',
draggable: true, draggable: true,
resizable: true, resizable: false,
throttleDrag: 0, throttleDrag: 0,
startDragRotate: 0, startDragRotate: 0,
throttleDragRotate: 0, throttleDragRotate: 0,