Skip to content

Commit

Permalink
Merge branch 'fixed-4137' into 4137-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hariacharya80 authored Jun 26, 2023
2 parents db86538 + 38914d6 commit 522e264
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions demos/src/Examples/Community/React/suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ export default {
if (!props.clientRect) {
return
}

reactRenderer = new ReactRenderer(MentionList, {
props,
editor: props.editor,
})

if (!props.clientRect) {
return
}

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

0 comments on commit 522e264

Please sign in to comment.