UNPKG

slate-edit-list

Version:

A Slate plugin to handle keyboard events in lists.

12 lines (10 loc) 220 B
module.exports = function(plugin, state) { return plugin.onKeyDown( { preventDefault: () => {}, stopPropagation: () => {} }, { key: 'enter' }, state ); };