Fix bug: Spacebar Menu Scale and Rotate Buttons Do Nothing When Interacted With #6501
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revert 699187a and part of 1567f22
Fixes #6496
Chromium version 128 introduced a bug in Hubs that was fixed by the #6495 PR but #6495 seems to have introduced the bug detailed in issue #6496 for all browsers. Now Chromium has fixed an issue on their end as detailed here: https://issues.chromium.org/issues/361823993 which should fix the original bug that PR #6495 addressed in Hubs, which allows us to revert the fix on the Hubs side (PR #6495) and so fix the #6496 bug. However, this doesn't do anything for the potentially deeper issues in the system that were possibly exposed with PR #6495.