UNPKG

161 BJavaScriptView Raw
1import Slate from 'slate';
2
3export default function(plugin, change) {
4 const schema = new Slate.Schema(plugin.schema);
5 return change.normalize(schema);
6}