No longer clearing CW skimmer when frequency changes.

This commit is contained in:
Marat Fayzullin 2025-01-05 20:59:31 -05:00
parent 72af96089d
commit d8794b968c
1 changed files with 1 additions and 1 deletions

View File

@ -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();