(js) Improve display of dragging ghost in Calendar

This commit is contained in:
Francis Lachapelle
2016-09-21 15:04:09 -04:00
parent 1e2238534b
commit 908c29d67c
5 changed files with 60 additions and 39 deletions
@@ -325,6 +325,7 @@
associateComponent = function(block) {
this[block.nbr].blocks.push(block); // Associate block to component
block.component = this[block.nbr]; // Associate component to block
block.isFirst = (this[block.nbr].blocks.length == 1);
};
Component.$views = [];