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) // onClick: reference => console.log('CLICK', reference)
}} }}
jumpOptions={{ // jumpOptions={{
schema: schema || null, // schema: schema || null,
onClick: reference => console.log('JUMP', reference) // onClick: reference => console.log('JUMP', reference)
}} // }}
lintOptions={schema ? { schema } : null} lintOptions={schema ? { schema } : null}
fontSize={settings.editorFontSize} fontSize={settings.editorFontSize}
indentSize={settings.editorIndentSize} indentSize={settings.editorIndentSize}