mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Merge pull request #859 from iNavFlight/dzikuvx-fix-open-dialog
Fix file open dialog in mission planner
This commit is contained in:
commit
7628f3f7d2
1 changed files with 3 additions and 1 deletions
|
@ -354,7 +354,9 @@ TABS.mission_control.initialize = function (callback) {
|
|||
}
|
||||
});
|
||||
//reset text position
|
||||
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
|
||||
if (textGeom) {
|
||||
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
|
||||
}
|
||||
}
|
||||
|
||||
function paintLine(pos1, pos2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue