mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-02 21:52:19 +00:00
(js) Improve display of dragging ghost in Calendar
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user