fix(stage): 选择父组件的able功能丢失

This commit is contained in:
roymondchen 2023-03-02 15:45:21 +08:00
parent bf5844c72a
commit b4bee9eb82

View File

@ -1,7 +1,7 @@
import { MoveableManagerInterface, Renderer } from 'moveable';
export default (selectParentHandler: () => void) => ({
name: 'select-parent',
name: 'selectParent',
props: {},
events: {},
render(moveable: MoveableManagerInterface<any, any>, React: Renderer) {