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:
Alezia Kurdis 2020-08-11 22:50:12 -04:00 committed by GitHub
parent 91ebd378f5
commit 2cd1fc8471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -528,7 +528,6 @@ SelectionManager = (function() {
} else {
delete properties.position;
}
properties.name = getDuplicateAppendedName(properties.name);
copiedProperties.push(properties);
});