mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Disable non-working GraphQL jump feature
This commit is contained in:
parent
5aaa350fc1
commit
f9ac47cdb1
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user