changeset 1919:f0d8803e08fc

seems like a timeline bug- fix is untested Ignore-this: ac145afc590121e727c1b2e86b404315
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 20:08:40 +0000
parents ddc9a5ef213a
children 8346b3f9c786
files light9/web/timeline/timeline.coffee
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/timeline/timeline.coffee	Sat Jun 01 20:07:47 2019 +0000
+++ b/light9/web/timeline/timeline.coffee	Sat Jun 01 20:08:40 2019 +0000
@@ -215,7 +215,7 @@
   sendMouseToVidref: ->
     now = Date.now()
     if (!@$.vidrefLastSent? || @$.vidrefLastSent < now - 200) && !@songPlaying
-      @$.vidrefTime.body = {t: @latestMouseTime(), source: 'timeline'}
+      @$.vidrefTime.body = {t: @viewState.latestMouseTime(), source: 'timeline'}
       @$.vidrefTime.generateRequest()
       @$.vidrefLastSent = now