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 fe02259 commit 3c58eb4Copy full SHA for 3c58eb4
src/components/Editor.js
@@ -50,7 +50,6 @@ class Editor extends Component {
50
constructor(props) {
51
super(props);
52
53
- this.onJsonChange = this.onJsonChange.bind(this);
54
this.onSelectSuggestion = this.onSelectSuggestion.bind(this);
55
this.onCaretChanged = this.onCaretChanged.bind(this);
56
@@ -127,10 +126,6 @@ class Editor extends Component {
127
126
}
128
129
130
- onJsonChange() {
131
- this.initSchema(this.props);
132
- }
133
-
134
onSelectSuggestion(suggestion) {
135
const initialJsonPathLength = this.props.jsonpath.length;
136
0 commit comments