mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-02-02 13:54:26 +01:00
double check on frequency entry courtesy of @luarvique
This commit is contained in:
parent
ecbf14d694
commit
853d8588e0
|
|
@ -120,6 +120,7 @@ TuneableFrequencyDisplay.prototype.setupEvents = function() {
|
|||
submit();
|
||||
});
|
||||
$inputs.on('blur', function(e){
|
||||
if (!me.input.is(':visible')) return;
|
||||
if ($inputs.toArray().indexOf(e.relatedTarget) >= 0) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue