Open
Description
The LSP spec uses newText
for the key of the text in TextEdit
. We just use text
.
Updating this would require the web UI to handle the new key since it currently expects text
. However, it will still need to handle text
since the component is consumed in enterprise unless the change is also made to an enterprise version.