Skip to content

Commit

Permalink
Update demo to include mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerpena committed Dec 22, 2019
1 parent 9d21852 commit adc0bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export class App extends React.Component<{}, AppState> {
Promise.resolve(this.converter.makeHtml(markdown))
}
selectedTab={this.state.tab}
loadSuggestions={this.loadSuggestions}
suggestionTriggerCharacters={["@"]}
/>
</div>
);
Expand Down
Loading

0 comments on commit adc0bcf

Please sign in to comment.