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
Setting contentEditable: true doesn't allow for inline editing.
The reason this is happening is because the root editor is rendered using only slot and user transforms.
Description
Setting
contentEditable: truedoesn't allow for inline editing.The reason this is happening is because the root editor is rendered using only slot and user transforms.
Environment