mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-26 15:23:18 +00:00
Merge branch fix/typo into release/1.0.0
Title: fix: typo of onResizeEnd and remove Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/4054485
This commit is contained in:
commit
8f6586c34d
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ typings/
|
|||||||
|
|
||||||
# codealike
|
# codealike
|
||||||
codealike.json
|
codealike.json
|
||||||
|
.node
|
||||||
|
|||||||
@ -178,7 +178,7 @@ export class BoxResizingInstance extends Component<{
|
|||||||
typeof metaData.experimental.callbacks.onResizeEnd === 'function'
|
typeof metaData.experimental.callbacks.onResizeEnd === 'function'
|
||||||
) {
|
) {
|
||||||
e.trigger = direction;
|
e.trigger = direction;
|
||||||
metaData.experimental.callbacks.onResizeStart(e, node);
|
metaData.experimental.callbacks.onResizeEnd(e, node);
|
||||||
}
|
}
|
||||||
|
|
||||||
const editor = globalContext.get(Editor);
|
const editor = globalContext.get(Editor);
|
||||||
|
|||||||
@ -30,7 +30,7 @@ export interface ComponentConfigure {
|
|||||||
nestingRule?: NestingRule;
|
nestingRule?: NestingRule;
|
||||||
|
|
||||||
rootSelector?: string;
|
rootSelector?: string;
|
||||||
// copy,move,delete | *
|
// copy, move, remove | *
|
||||||
disableBehaviors?: string[] | string;
|
disableBehaviors?: string[] | string;
|
||||||
actions?: ComponentAction[];
|
actions?: ComponentAction[];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user