Fix issue #5051: Now color selection works in tags

stable
Jesús Espino 2017-03-24 12:14:20 +01:00
parent 19c74af27a
commit 63b3384863
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ColorSelectorController
toggleColorList: () ->
@.displayColorList = !@.displayColorList
@.setColor(@.initColor)
@.customColor = @.color
@.resetColor()
onSelectDropdownColor: (color) ->