feat: add pasted elements to frame under cursor (#7590)
This commit is contained in:
@@ -206,6 +206,8 @@ export class Pointer {
|
||||
moveTo(x: number = this.clientX, y: number = this.clientY) {
|
||||
this.clientX = x;
|
||||
this.clientY = y;
|
||||
// fire "mousemove" to update editor cursor position
|
||||
fireEvent.mouseMove(document, this.getEvent());
|
||||
fireEvent.pointerMove(GlobalTestState.interactiveCanvas, this.getEvent());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user