mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:01:56 +00:00
fix: 恢复 fixEvent / locate 的调用顺序
This commit is contained in:
parent
fe7412ae25
commit
0d6b690594
@ -339,8 +339,8 @@ export class Dragon {
|
||||
this.emitter.emit('rgl.remove.placeholder');
|
||||
}
|
||||
if (sensor) {
|
||||
sensor.locate(locateEvent);
|
||||
sensor.fixEvent(locateEvent);
|
||||
sensor.locate(locateEvent);
|
||||
} else {
|
||||
designer.clearLocation();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user