We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff85a8 commit 496f10cCopy full SHA for 496f10c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-jsonpath-editor",
3
- "version": "1.1.0-beta.1",
+ "version": "1.1.0-beta.2",
4
"description": "react-jsonpath-editor React component",
5
"main": "lib/index.js",
6
"module": "es/index.js",
src/index.js
@@ -24,6 +24,7 @@ export default class extends Component {
24
this.enableBlur = this.controlBlur.bind(this, {isEnable: true})
25
this.escFunction = this.escFunction.bind(this)
26
this.onMouseLeaveFromEditor = this.onMouseLeaveFromEditor.bind(this)
27
+ this.updateEditorPosition = this.updateEditorPosition.bind(this)
28
29
this.state = {
30
value: props.value || '',
0 commit comments