Fix gizmo size issue post auto-resize of a new model.

This commit is contained in:
Kasen IO 2020-06-18 01:11:07 -04:00
parent 3910448367
commit 3e585267e4

View file

@ -621,6 +621,10 @@ var toolBar = (function () {
dimensions: naturalDimensions
})
dimensionsCheckCallback();
// We want to update the selection manager again since the script has moved on without us.
selectionManager.clearSelections(this);
entityListTool.sendUpdate();
selectionManager.setSelections([entityID], this);
return;
}
Script.setTimeout(entityIsLoadedCheck, LOADED_CHECK_INTERVAL);