Text properties not syncing after batch modification

After using a plugin to batch modify the text of instances, and then modifying the component’s text properties, those properties cannot be synchronized back to the instances modified by the plugin. The code is textElement.characters = "new content";. When manually editing the text with the mouse and keyboard, color and font size can synchronize, but position cannot.

The bug where text properties fail to sync after bulk modifications via a plugin seems fixed. Thanks to the development team!