Inspector Position Value Sync Issue After Upgrading to Cocos Creator 3.8.8 (MacOS 15.7.5)

Hello,

We recently upgraded our project to Cocos Creator 3.8.8, and I was really impressed by many of the new features. Great work on the update.

However, I encountered a very inconvenient issue related to the Inspector behavior.

Development Environment:

  • OS: macOS 15.7.5
  • Engine Version: Cocos Creator 3.8.8

Issue Description:
For example, suppose Node B is a child of Node A.

If I modify the position of Node B and then click on Node A, the position value of Node A also changes to the same value as Node B.

This behavior is extremely inconvenient and seems like there may be an issue with how the Inspector is handling or syncing data internally.

Is this a known issue?
Are there any solutions or workarounds for this problem?

Thank you.