Disable non-working GraphQL jump feature

This commit is contained in:
Gregory Schier 2018-06-28 16:07:32 -04:00
parent 5aaa350fc1
commit f9ac47cdb1

View File

@ -525,10 +525,10 @@ class GraphQLEditor extends React.PureComponent<Props, State> {
}
// onClick: reference => console.log('CLICK', reference)
}}
jumpOptions={{
schema: schema || null,
onClick: reference => console.log('JUMP', reference)
}}
// jumpOptions={{
// schema: schema || null,
// onClick: reference => console.log('JUMP', reference)
// }}
lintOptions={schema ? { schema } : null}
fontSize={settings.editorFontSize}
indentSize={settings.editorIndentSize}