Commit 64102476 authored by Robert Schilling's avatar Robert Schilling

Call updateColorPreview in Labels constructor

parent 87efd92d
...@@ -4,7 +4,7 @@ class Labels ...@@ -4,7 +4,7 @@ class Labels
@setupLabelForm(form) @setupLabelForm(form)
@cleanBinding() @cleanBinding()
@addBinding() @addBinding()
@updateColorPreview @updateColorPreview()
addBinding: -> addBinding: ->
$(document).on 'click', '.suggest-colors a', @setSuggestedColor $(document).on 'click', '.suggest-colors a', @setSuggestedColor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment