-
|
Say I have a Paragraph component. When the user types Enter, I want to add a new Paragraph component after the current one instead of getting a Similarly, if I have a list component, I'd like to escape out of the list (or jump up 1 level of a nested list) when the user types Enter twice. I'm having trouble seeing how to do this. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I'm partway there where followed by I noticed that what I get back from |
Beta Was this translation helpful? Give feedback.
-
|
This works: but creates a vanilla . How do I get actions.add to create a UserComponent? |
Beta Was this translation helpful? Give feedback.
-
|
I think I've got it |
Beta Was this translation helpful? Give feedback.
I think I've got it