Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current Issue
the Enter key handler always calls onEnter() and returns true, overriding ProseMirror's default line break behavior.
Option 1: Modify ProseMirror Keymap Configuration
Use different key combinations for different actions
Option 2: Conditional Enter Handling
Enter behavior based on content state
Option 3: User Preference Setting
Add a user preference to control Enter behavior
My recommendation would be we implement the option 2 (Conditional Enter) for now because:
@Kitenite @drfarrell @spartan-vutrannguyen
Beta Was this translation helpful? Give feedback.
All reactions