mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Canvas] Fix top left elements being automatically selected on workpad page loads (#72121)
* Fix top left elements being automatically selected on workpad page loads * Remove unnecessary code Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
e9fa2f3542
commit
6631a296ef
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ const componentLayoutState = ({
|
|||
gestureState: aeroStore
|
||||
? aeroStore.getCurrentState().currentScene.gestureState
|
||||
: {
|
||||
cursor: { x: 0, y: 0 },
|
||||
cursor: { x: Infinity, y: Infinity },
|
||||
mouseIsDown: false,
|
||||
mouseButtonState: { buttonState: 'up', downX: null, downY: null },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue