mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 17:57:13 +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');
|
this.emitter.emit('rgl.remove.placeholder');
|
||||||
}
|
}
|
||||||
if (sensor) {
|
if (sensor) {
|
||||||
sensor.locate(locateEvent);
|
|
||||||
sensor.fixEvent(locateEvent);
|
sensor.fixEvent(locateEvent);
|
||||||
|
sensor.locate(locateEvent);
|
||||||
} else {
|
} else {
|
||||||
designer.clearLocation();
|
designer.clearLocation();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user