UNPKG

slate-edit-list

Version:

A Slate plugin to handle keyboard events in lists.

9 lines (6 loc) 177 B
module.exports = function(plugin, state) { const transform = state.transform(); state = plugin.transforms.wrapInList(transform) .apply(); return state; };