Fix kanban color picker preventing items drag&drop #277

This commit is contained in:
yflory
2018-10-23 18:25:39 +02:00
parent 98db6057c8
commit e3b89a5e59
3 changed files with 14 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ define([
};
var jscolorL;
el._jscLinkedInstance = undefined;
jscolorL = new window.jscolor(el,{onFineChange: onchange, valueElement:undefined});
jscolorL = new window.jscolor(el,{showOnClick: false, onFineChange: onchange, valueElement:undefined});
jscolorL.show();
var currentColor = boardJSON.color;
if (currentColor === undefined) {