fix jscolor picker for new kanban items and fix the code according to CI
This commit is contained in:
@@ -275,6 +275,7 @@
|
||||
nodeItem.dragendfn = element.dragend;
|
||||
nodeItem.dropfn = element.drop;
|
||||
__onclickHandler(nodeItem);
|
||||
__onColorClickHandler(nodeItem, "item");
|
||||
board.appendChild(nodeItem);
|
||||
// send event that board has changed
|
||||
self.onChange();
|
||||
|
||||
Reference in New Issue
Block a user