From f9ac47cdb127bddc9b25e5d9577e58db4633fc1a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 28 Jun 2018 16:07:32 -0400 Subject: [PATCH] Disable non-working GraphQL jump feature --- .../app/ui/components/editors/body/graph-ql-editor.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/insomnia-app/app/ui/components/editors/body/graph-ql-editor.js b/packages/insomnia-app/app/ui/components/editors/body/graph-ql-editor.js index d36d38a3a..2b22609b6 100644 --- a/packages/insomnia-app/app/ui/components/editors/body/graph-ql-editor.js +++ b/packages/insomnia-app/app/ui/components/editors/body/graph-ql-editor.js @@ -525,10 +525,10 @@ class GraphQLEditor extends React.PureComponent { } // 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}