# HG changeset patch # User Drew Perttula # Date 2018-05-28 00:25:29 # Node ID 3368aeaded44e468230197d69d9eb4c94ebc9df1 # Parent a73468c02bce43bf1af5d4b08d4b7bf8cf602011 fix note update Ignore-this: 213c42b10be25b0fd59c68d5ba3bdda3 diff --git a/light9/web/timeline/timeline.coffee b/light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee +++ b/light9/web/timeline/timeline.coffee @@ -435,8 +435,8 @@ coffeeElementSetup(class TimeAxis extend # in the graph. class Note constructor: (@parentElem, @container, @project, @graph, @selection, @uri, @setAdjuster, @song, @viewState, @rowTopY, @rowBotY) -> - @adjusterIds = new Set() # id - @graph.runHandler(@draw.bind(@), 'note draw') + @adjusterIds = new Set() # id string + @graph.runHandler(@draw.bind(@), "note draw #{@uri.value}") ko.computed @draw.bind(@) destroy: ->