Skip to content

Commit

Permalink
(fix) bind this to updateEditorPosition function
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBaptisteWATENBERG committed Jun 22, 2018
1 parent 4ff85a8 commit 496f10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jsonpath-editor",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"description": "react-jsonpath-editor React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default class extends Component {
this.enableBlur = this.controlBlur.bind(this, {isEnable: true})
this.escFunction = this.escFunction.bind(this)
this.onMouseLeaveFromEditor = this.onMouseLeaveFromEditor.bind(this)
this.updateEditorPosition = this.updateEditorPosition.bind(this)

this.state = {
value: props.value || '',
Expand Down

0 comments on commit 496f10c

Please sign in to comment.