Open jtsimoes opened 2 years ago
I've found that it's this selector that is causing the issue:
It is looking for the first <input type="text">
it finds on the HTML page (which is always the one on the list of available commands), rather than the input the user clicked on.
Suppose we add/drag a go-to command to the mission timeline, but then we want to change the coordinates where we want to move the drone to.
When clicking on the coordinates
<input>
to change them, the map pop-up appears correctly, but when we click on the new coordinates on the map to set them, the<input>
that is changed is the one of the replenished go-to command in the list of available commands, not the<input>
of the command we clicked on (the one on the mission timeline).The one on the mission timeline keeps it's original coordinates.