ianstormtaylor / slate

A completely customizable framework for building rich text editors. (Currently in beta.)
http://slatejs.org
MIT License
29.85k stars 3.25k forks source link

Flicking of autocomplete suggestions in Macbook Pro touchbar #3745

Open ksimons opened 4 years ago

ksimons commented 4 years ago

Do you want to request a feature or report a bug?

Report a bug

What's the current behavior?

When typing in a slate editor, the touchbar suggestions flicker on every key press, briefly showing the search controls

slate

Slate: 0.58.3 Browser: Chrome and Safari OS: Mac

What's the expected behavior?

The suggestions should change as the user types, but they shouldn't flicker. Here's how it looks in Notion, for example:

notion

gztomas commented 4 years ago

It looks like https://github.com/ianstormtaylor/slate/pull/3293 fixes this issue