Skip to content

Commit

Permalink
Merge pull request #1 from HariAcharya80/4137-fix
Browse files Browse the repository at this point in the history
fixed lint errors
  • Loading branch information
hariacharya80 authored Jun 26, 2023
2 parents 38914d6 + 522e264 commit 74074a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/src/Examples/Community/React/suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default {

return {
onStart: props => {
if (!props.clientRect) {

if (!props.clientRect) {
return
}

Expand All @@ -25,7 +26,6 @@ export default {
editor: props.editor,
})


popup = tippy('body', {
getReferenceClientRect: props.clientRect,
appendTo: () => document.body,
Expand Down

0 comments on commit 74074a1

Please sign in to comment.