mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Whitespace fixes.
This commit is contained in:
parent
627c389bbe
commit
8d78d289cd
1 changed files with 1 additions and 3 deletions
|
@ -1391,7 +1391,6 @@ OSD.GUI.preview = {
|
|||
},
|
||||
onDragStart: function(e) {
|
||||
var ev = e.originalEvent;
|
||||
|
||||
var display_item = OSD.data.display_items[$(ev.target).data('field').index];
|
||||
var xPos = ev.currentTarget.dataset.x;
|
||||
var yPos = ev.currentTarget.dataset.y;
|
||||
|
@ -1441,8 +1440,7 @@ OSD.GUI.preview = {
|
|||
overflows_line = FONT.constants.SIZES.LINE - ((position % FONT.constants.SIZES.LINE) + display_item.preview.length);
|
||||
if (overflows_line < 0) {
|
||||
position += overflows_line;
|
||||
}
|
||||
|
||||
}
|
||||
// Advanced preview, array type
|
||||
} else {
|
||||
var arrayElements = display_item.preview;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue