Browse Source

Update index.js

add-plugins
Pranav Raj S 4 years ago committed by GitHub
parent
commit
756ce52e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/index.js

1
src/index.js

@ -57,6 +57,7 @@ export function wootWriterSetup(options) {
dropCursor(), dropCursor(),
gapCursor(), gapCursor(),
Placeholder(options.placeholder), Placeholder(options.placeholder),
...(options.plugins || []),
]; ];
if (options.menuBar !== false) if (options.menuBar !== false)
plugins.push( plugins.push(

Loading…
Cancel
Save