Fix wrongly copied attributes in Item#reduce()

Closes #932
This commit is contained in:
Jürg Lehni 2016-02-01 20:12:54 +01:00
parent ad21b2b07a
commit 8e25327b09

View file

@ -2372,7 +2372,6 @@ new function() { // // Scope to inject various item event handlers
} else {
child.remove();
}
child.copyAttributes(this);
return child;
}
return this;