prezly / slate

Prezly software built upon Slate (http://slatejs.org/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab to create new list is broken in @latest

envex opened this issue · comments

Running the latest versions in the demo seems to break pressing tab on a new line to create a new list.

 "@prezly/slate-lists": "latest",
 "slate": "latest",
 "slate-history": "latest",
 "slate-react": "latest"

Load: https://codesandbox.io/p/sandbox/prezly-slate-lists-demo-forked-967p63?file=%2Fsrc%2FMyEditor.tsx%3A125%2C41

  • Press Tab on an existing list item
    • List is indented
  • Go to a new line and press Tab
    • Nothing happens

I can confirm this issue started to happen on version 0.86.0. I tested 0.85.0 and its working fine