mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +02:00
CR feedback (for real)
This commit is contained in:
parent
91467b6059
commit
b741888d77
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue