code style

This commit is contained in:
Philipp Kühn
2021-08-09 15:21:44 +02:00
parent 60606f99a1
commit a0444b5ec3

View File

@@ -83,7 +83,9 @@ export function Suggestion({
return
}
const state = handleExit && !handleStart ? prev : next
const state = handleExit && !handleStart
? prev
: next
const decorationNode = document.querySelector(`[data-decoration-id="${state.decorationId}"]`)
const props: SuggestionProps = {
editor,