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
Thank you for this awesome component! Please tell, how to remove toolbar at all?
I tried passing empty array, however right icons (switch to fullscreen and preview) still remain. <MarkdownEditor value={markdown} onChange={(value, viewUpdate) => setMarkdown(value)} toolbars={[]} />