Skip to content

Commit

Permalink
Bind function
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Oct 24, 2023
1 parent b829154 commit 5b86552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/core/editor3/components/Editor3Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export class Editor3Component extends React.Component<IProps, IState> {
this.onDragOver = this.onDragOver.bind(this);
this.handleKeyCommand = this.handleKeyCommand.bind(this);
this.handleBeforeInput = this.handleBeforeInput.bind(this);
this.isMacOS = this.isMacOS.bind(this);
this.keyBindingFn = this.keyBindingFn.bind(this);
this.handleDropOnEditor = this.handleDropOnEditor.bind(this);
this.spellcheck = this.spellcheck.bind(this);
Expand Down

0 comments on commit 5b86552

Please sign in to comment.