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
I'm trying to solve an issue where tabbing from a vanilla text input to MarkdownEditor does not focus the MarkdownEditor. I was going to attempt getting around this by listening for a tab button press on the first input and then manually focusing the MarkdownEditor. However, I can't assign a ref.
I'm trying to solve an issue where tabbing from a vanilla text input to
MarkdownEditor
does not focus theMarkdownEditor
. I was going to attempt getting around this by listening for a tab button press on the first input and then manually focusing theMarkdownEditor
. However, I can't assign a ref.This causes the following error:
The text was updated successfully, but these errors were encountered: