Clean up ClickablePadding
Remove log
This commit is contained in:
@@ -46,7 +46,6 @@ class Editor extends React.Component<Props> {
|
||||
};
|
||||
|
||||
focusAtEnd = () => {
|
||||
console.log(this.editor);
|
||||
if (this.editor) this.editor.focusAtEnd();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user