Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with dropping texture in 2D viewport causing incorrect glob…
…al history registration This fix addresses an issue where dropping a texture onto the 2D viewport in a scene without a root node incorrectly registers the action in the global history. Subsequently undoing and redoing this action in another scene results in the newly created node replacing the root of the current scene. Fixes #86826.
- Loading branch information