UNPKG

slate-edit-list

Version:

A Slate plugin to handle keyboard events in lists.

7 lines (5 loc) 187 B
const Slate = require('slate'); module.exports = function(plugin, state) { const schema = new Slate.Schema(plugin.schema); return state.transform().normalize(schema).apply(); };