Closed bencameron closed 7 years ago
After a property has been updated and the graphics viewer finishes updating, the busy indicator stays visible until the user clicks somewhere
Fixed through a combination of 1) changing C360ContextService.isBusy to be an observable named "busy" and using an async binding to it for showing busy indicator and 2) updating angular to 2.4.1
After a property has been updated and the graphics viewer finishes updating, the busy indicator stays visible until the user clicks somewhere