CR feedback (for real)

This commit is contained in:
Thijs Wenker 2018-04-17 20:31:30 +02:00
parent 91467b6059
commit b741888d77

View file

@ -154,7 +154,7 @@ SelectionManager = (function() {
that._update(true);
};
that.duplicateSelection = function () {
that.duplicateSelection = function() {
var duplicatedEntityIDs = [];
Object.keys(that.savedProperties).forEach(function(otherEntityID) {
var properties = that.savedProperties[otherEntityID];