[Notice] Announcing the End of Demo Server [Read me]

Merge branch 'issue/select-label-color' into 'next'
from pull-request 1508 * refs/heads/issue/select-label-color: LabelEditor: Fix select color bug when add new label Reviewed-by: 이응준
@b3aeee1ab3db708ed2319fbbd252ff5f4b4a8e77
--- public/javascripts/service/yobi.issue.LabelEditor.js
+++ public/javascripts/service/yobi.issue.LabelEditor.js
... | ... | @@ -403,6 +403,7 @@ |
403 | 403 |
var targetButton = $(evt.target); |
404 | 404 |
var targetColor = _getRefinedHexColor(targetButton.css('background-color')); |
405 | 405 |
|
406 |
+ elements.inputColor.val(targetColor); |
|
406 | 407 |
elements.inputColor.focus(); |
407 | 408 |
elements.colorsWrap.find(".btn-preset-color").removeClass("active"); |
408 | 409 |
targetButton.addClass("active"); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?