mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 14:04:28 +00:00
fix: 还是将 dropLocation 设为非响应式变量, 基于性能考量
This commit is contained in:
parent
e3738cceca
commit
2acc70a422
@ -231,9 +231,9 @@ export class Designer {
|
|||||||
this.editor.emit(`designer.${event}`, ...args);
|
this.editor.emit(`designer.${event}`, ...args);
|
||||||
}
|
}
|
||||||
|
|
||||||
@obx.ref private _dropLocation?: DropLocation;
|
private _dropLocation?: DropLocation;
|
||||||
|
|
||||||
@computed get dropLocation() {
|
dropLocation() {
|
||||||
return this._dropLocation;
|
return this._dropLocation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user