No longer clearing CW skimmer when frequency changes.
This commit is contained in:
parent
72af96089d
commit
d8794b968c
|
|
@ -910,7 +910,7 @@ CwSkimmerMessagePanel.prototype.pushMessage = function(msg) {
|
|||
if (!msg.text) return;
|
||||
|
||||
// Clear cache if requested
|
||||
if (msg.changed) this.texts = [];
|
||||
// if (msg.changed) this.texts = [];
|
||||
|
||||
// Current time
|
||||
var now = Date.now();
|
||||
|
|
|
|||
Loading…
Reference in New Issue