UNPKG

slate-edit-list

Version:

A Slate plugin to handle keyboard events in lists.

7 lines (5 loc) 163 B
module.exports = function(plugin, state) { const transform = state.transform(); return plugin.transforms.wrapInList(transform, true) .apply(); };