Skip to content

Commit

Permalink
remove semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Sep 29, 2018
1 parent 965aacc commit 0ef1bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tiptap-extensions/src/plugins/Suggestions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Plugin, PluginKey } from 'prosemirror-state';
import { Decoration, DecorationSet } from 'prosemirror-view';
import { Plugin, PluginKey } from 'prosemirror-state'
import { Decoration, DecorationSet } from 'prosemirror-view'

// Create a matcher that matches when a specific character is typed. Useful for @mentions and #tags.
function triggerCharacter({
Expand Down Expand Up @@ -143,7 +143,7 @@ export default function SuggestionsPlugin({
onEnter(props)
}
},
};
}
},

state: {
Expand Down

0 comments on commit 0ef1bc8

Please sign in to comment.