Skip to content

Commit b22ab35

Browse files
authored
Merge pull request #524 from Harbour-Enterprises/nick/superdoc-js-types
Fix missing config items and missing jsdocs in superdoc.js, other doc cleanup
2 parents 50dc6f7 + 89113f2 commit b22ab35

3 files changed

Lines changed: 159 additions & 24 deletions

File tree

packages/super-editor/src/components/toolbar/super-toolbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import EventEmitter from 'eventemitter3';
2-
import { createApp, h } from 'vue';
1+
import { EventEmitter } from 'eventemitter3';
2+
import { createApp } from 'vue';
33
import { undoDepth, redoDepth } from 'prosemirror-history';
44
import { TextSelection } from 'prosemirror-state';
55
import { makeDefaultItems } from './defaultItems';

0 commit comments

Comments
 (0)