Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of multiline on Web breaks blockquote and cursor #548

Open
289Adam289 opened this issue Nov 18, 2024 · 1 comment
Open

Lack of multiline on Web breaks blockquote and cursor #548

289Adam289 opened this issue Nov 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@289Adam289
Copy link

Description:

Using MarkdownTextInput without multiline prop results in following behavior:

  • space doesn't trigger block quote
  • cursor overlaps > character
Screen.Recording.2024-11-18.at.12.57.47.mov

Reproduction steps:

  1. Open WebExample
  2. Remove multiline prop
  3. Write >
  4. Verify that cursor overlaps >
  5. Press space
  6. Observe that block quote didn't trigger
  7. Press any character
  8. Verify that block quote suddenly appears
@tomekzaw tomekzaw added the bug Something isn't working label Nov 21, 2024
@tomekzaw tomekzaw changed the title Lack of multiline on Web breaks blockqoute and cursor Lack of multiline on Web breaks blockquote and cursor Nov 21, 2024
@289Adam289
Copy link
Author

Removing multiline prop breaks links:

Screen.Recording.2024-11-22.at.10.00.58.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants