Skip to content

Commit c042691

Browse files
committed
close query editor on unfocus
1 parent 00e894f commit c042691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-playground/src/components/Playground/QueryEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class QueryEditor extends React.Component<Props, {}> {
102102
},
103103
hintOptions: {
104104
schema: this.props.schema,
105-
closeOnUnfocus: false,
105+
closeOnUnfocus: true,
106106
completeSingle: false,
107107
},
108108
gutters,

0 commit comments

Comments
 (0)