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)
|
||||
}}
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user