code style
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user