Compare commits

...

4 Commits

Author SHA1 Message Date
Pranav Raj S 531ffdb4b2
Update index.js 4 years ago
Pranav Raj S 1fe259329a
Update index.js 4 years ago
Pranav Raj S b996938d95
Update index.js 4 years ago
Pranav Raj S 756ce52e96
Update index.js 4 years ago
  1. 1
      src/index.js

1
src/index.js

@ -51,6 +51,7 @@ export { buildMenuItems, buildKeymap, buildInputRules };
// Can be used to override the menu content. // Can be used to override the menu content.
export function wootWriterSetup(options) { export function wootWriterSetup(options) {
let plugins = [ let plugins = [
...(options.plugins || []),
buildInputRules(options.schema), buildInputRules(options.schema),
keymap(buildKeymap(options.schema, options.mapKeys)), keymap(buildKeymap(options.schema, options.mapKeys)),
keymap(baseKeymap), keymap(baseKeymap),

Loading…
Cancel
Save