From 250e126ea5e9bc0c9ba08d94bded715f11b4a2f4 Mon Sep 17 00:00:00 2001 From: turner Date: Mon, 17 Jun 2024 09:29:28 -0400 Subject: [PATCH] Disable all SampleInfo rendering --- js/trackView.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/trackView.js b/js/trackView.js index b22b7353a..826441b7c 100644 --- a/js/trackView.js +++ b/js/trackView.js @@ -377,18 +377,18 @@ class TrackView { repaintSampleInfo() { - this.sampleInfoViewport.repaint() + // this.sampleInfoViewport.repaint() } repaintSamples() { - if (typeof this.track.getSamples === 'function') { - const samples = this.track.getSamples() - if (samples.names && samples.names.length > 0) { - this.sampleNameViewport.repaint(samples) - } - - } + // if (typeof this.track.getSamples === 'function') { + // const samples = this.track.getSamples() + // if (samples.names && samples.names.length > 0) { + // this.sampleNameViewport.repaint(samples) + // } + // + // } } // track labels