Three editor update ui problem

editor\js\Sidebar.Object.js

	signals.objectChanged.add( function ( object ) {
 
	// if ( object !== editor.selected ) return;

	// updateUI( object );

} );

I’ve commented on why the UI is still updated

Can you please describe in more detail the current and expected behavior?