mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
fix: typo of onResizeEnd and remove
This commit is contained in:
parent
a8a17492e9
commit
8df5f050d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ typings/
|
||||
|
||||
# codealike
|
||||
codealike.json
|
||||
.node
|
||||
|
||||
@ -178,7 +178,7 @@ export class BoxResizingInstance extends Component<{
|
||||
typeof metaData.experimental.callbacks.onResizeEnd === 'function'
|
||||
) {
|
||||
e.trigger = direction;
|
||||
metaData.experimental.callbacks.onResizeStart(e, node);
|
||||
metaData.experimental.callbacks.onResizeEnd(e, node);
|
||||
}
|
||||
|
||||
const editor = globalContext.get(Editor);
|
||||
|
||||
@ -30,7 +30,7 @@ export interface ComponentConfigure {
|
||||
nestingRule?: NestingRule;
|
||||
|
||||
rootSelector?: string;
|
||||
// copy,move,delete | *
|
||||
// copy, move, remove | *
|
||||
disableBehaviors?: string[] | string;
|
||||
actions?: ComponentAction[];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user