Remove erroneous edit.js call with missing entity ID

JavaScript exception was being thrown now that entity properties are
undefined if entity is not found.
This commit is contained in:
David Rowe 2016-01-23 22:05:46 +13:00
parent d020114e59
commit 9429f48a7c

View file

@ -1515,7 +1515,6 @@ SelectionDisplay = (function() {
}
that.updateRotationHandles();
that.highlightSelectable();
var rotation, dimensions, position, registrationPoint;