UNPKG

slate-edit-table

Version:

A Slate plugin to handle keyboard events in tables.

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