# HG changeset patch # User Drew Perttula # Date 1527467129 0 # Node ID 3368aeaded44e468230197d69d9eb4c94ebc9df1 # Parent a73468c02bce43bf1af5d4b08d4b7bf8cf602011 fix note update Ignore-this: 213c42b10be25b0fd59c68d5ba3bdda3 diff -r a73468c02bce -r 3368aeaded44 light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee Sun May 27 02:20:42 2018 +0000 +++ b/light9/web/timeline/timeline.coffee Mon May 28 00:25:29 2018 +0000 @@ -435,8 +435,8 @@ # 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: ->