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
Is it possible to implement custom block in react that would handle multiline in the same way as for example Paragraph? I want to create a "Blockquote" component, that would behave the same as Paragraph, but it should show solid left border to mark quoted text.
The Shift+Enter shortcut to insert a line break doesn't work for me.
Describe the bug
Is it possible to implement custom block in react that would handle multiline in the same way as for example Paragraph? I want to create a "Blockquote" component, that would behave the same as Paragraph, but it should show solid left border to mark quoted text.
The Shift+Enter shortcut to insert a line break doesn't work for me.
Demo: https://stackblitz.com/edit/github-v7ssmz9n?file=App.tsx
To Reproduce
Create a simple react component. Then press Shift+Enter to get a new line. Nothing will happen. I was expecting a line break.
Misc
The text was updated successfully, but these errors were encountered: