Hopefully now mostly complete animations: we iterate through zero or more start states and then settle on the final place.
This commit is contained in:
parent
bc2c744bed
commit
9d620dfb1d
3 changed files with 42 additions and 18 deletions
|
@ -671,7 +671,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
var node = this.eventNodes[ev.getId()];
|
||||
if (node === undefined) continue;
|
||||
if (!node) continue;
|
||||
|
||||
var domNode = node.getDOMNode();
|
||||
var boundingRect = domNode.getBoundingClientRect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue