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

Bug: Autocomplete and HistoryPlugin do not live together well #6156

Open
MichalPaszowski opened this issue May 21, 2024 · 0 comments
Open

Bug: Autocomplete and HistoryPlugin do not live together well #6156

MichalPaszowski opened this issue May 21, 2024 · 0 comments

Comments

@MichalPaszowski
Copy link

Lexical version:
0.13.1

Steps To Reproduce

  1. Go to Playground, enable autocomplete
  2. Start typing a word for example "International". Make sure to pause between letters so HistoryPlugin catches each letter as separate change.
  3. Try to CTRL-Z couple of times.
  4. In effect Autocomplete stops working, and (TAB) is stuck next to cursor.

Link to code example:
https://playground.lexical.dev/

The current behavior

Autocomplete stops working, and (TAB) is stuck next to cursor.

The expected behavior

Autocomplete should provide suggestions each time string it matched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants