You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the inline editor is properly removed only if it's discarded using the [esc] key.
Steps to reproduce:
Double click a text to enable the inline editor
Type in a new text
Press [enter] (or click outside the input field). Observe that the code has been updated appropriately but the input remains visible.
Press [enter] again or click anywhere. Observe that the input disappears but the regular text is still not visible. The JS console contains errors about Unable to set text Error: Unable to find text node containing '' and Uncaught TypeError: Cannot read properties of null (reading 'focus')
The text was updated successfully, but these errors were encountered:
Seems like the inline editor is properly removed only if it's discarded using the [esc] key.
Steps to reproduce:
Unable to set text Error: Unable to find text node containing ''
andUncaught TypeError: Cannot read properties of null (reading 'focus')
The text was updated successfully, but these errors were encountered: