Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hari Acharya committed Jun 26, 2023
1 parent 75f0418 commit db86538
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/src/Examples/Community/React/suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {

return {
onStart: props => {

if (!props.clientRect) {
return
}
reactRenderer = new ReactRenderer(MentionList, {
props,
editor: props.editor,
Expand Down

0 comments on commit db86538

Please sign in to comment.