Problem with non-code-editor actions on components with their editor open
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3549525. --> Reported by: [lauriii](https://www.drupal.org/user/1078742) Related to !175 >>> <h3 id="overview">Overview</h3> <p>If a given component has its editor open, but a change is made outside of the editor (such as renaming or moving from library), the editor encounters an autosave conflict and the page must be refreshed before it can be edited.</p> <p><img src="https://www.drupal.org/files/issues/2025-09-30/CleanShot%202025-09-30%20at%2016.44.58.gif" alt=""></p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Currently, useGetCodeEditorData will not update the autosave data for a component with it's editor open. This does not account for changes made outside of the editor. Add logic that will force this to update if a non-editor change is made while the editor is open.</p> <h3 id="ui-changes">User interface changes</h3>
issue