diff --git a/www/js/channel/panels/queuePanel/queuePanel.js b/www/js/channel/panels/queuePanel/queuePanel.js index a7a15da..18d5840 100644 --- a/www/js/channel/panels/queuePanel/queuePanel.js +++ b/www/js/channel/panels/queuePanel/queuePanel.js @@ -327,6 +327,10 @@ class queuePanel extends panelObj{ scaleScroll(event){ if(event.ctrlKey){ + //I could sit here and work out why timetips break everything on scalescroll + //Then again you wouldn't want phantom timetips surviving the re-scale so you might as well get two birds stoned at once :P + this.killTimetips(); + //Capture inverse scroll wheel direction const scrollDirection = event.wheelDeltaY / Math.abs(event.wheelDeltaY) * -1;