remove semicolons

This commit is contained in:
Philipp Kühn
2018-09-29 13:12:31 +02:00
parent 965aacc9e6
commit 0ef1bc800e

View File

@@ -1,5 +1,5 @@
import { Plugin, PluginKey } from 'prosemirror-state'; import { Plugin, PluginKey } from 'prosemirror-state'
import { Decoration, DecorationSet } from 'prosemirror-view'; import { Decoration, DecorationSet } from 'prosemirror-view'
// Create a matcher that matches when a specific character is typed. Useful for @mentions and #tags. // Create a matcher that matches when a specific character is typed. Useful for @mentions and #tags.
function triggerCharacter({ function triggerCharacter({
@@ -143,7 +143,7 @@ export default function SuggestionsPlugin({
onEnter(props) onEnter(props)
} }
}, },
}; }
}, },
state: { state: {