Kit / slate-plugins

A collection of plugins for SlateJS, maintained by ConvertKit
https://convertkit-slate-plugins.netlify.com/
MIT License
52 stars 22 forks source link

fix: increaseItemDepth should move the item into an existing list if it exists #23

Closed brendancarney closed 5 years ago

brendancarney commented 5 years ago

Fixes #22

Previously, we were just creating a new list and adding it to that. This was a problem if increasing the items depth should have caused it to be inserted into an existing list.