mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Keep the suffix only for Duplicate
This update removes the incremental suffix from the "Paste" since this can't really work. This will be only for "Duplicate".
This commit is contained in:
parent
91ebd378f5
commit
2cd1fc8471
1 changed files with 0 additions and 1 deletions
|
@ -528,7 +528,6 @@ SelectionManager = (function() {
|
|||
} else {
|
||||
delete properties.position;
|
||||
}
|
||||
properties.name = getDuplicateAppendedName(properties.name);
|
||||
copiedProperties.push(properties);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue