Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
stulip committed Dec 18, 2020
1 parent f943e98 commit 426829f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/src/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ class Example extends React.Component {
};

handleKeyboard = () => {
console.log('-----');
const editor = this.richText.current;
if (editor.isKeyboardOpen) {
editor.dismissKeyboard();
Expand Down

0 comments on commit 426829f

Please sign in to comment.