fix jscolor picker for new kanban items and fix the code according to CI

This commit is contained in:
MTRNord
2018-09-13 16:20:42 +02:00
parent e7a1433a30
commit 8b384d6bb3
2 changed files with 4 additions and 3 deletions

View File

@@ -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();