We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bf5a2 commit 67bab51Copy full SHA for 67bab51
src/main/com/intellij/lang/jsgraphql/ide/project/schemastatus/GraphQLSchemasPanel.java
@@ -94,7 +94,7 @@ public boolean isPathSelected(TreePath treePath) {
94
final Runnable treeUpdater = () -> myBuilder.updateFromRoot(true);
95
final Runnable queueTreeUpdater = () -> {
96
treeUpdaterAlarm.cancelRequest(treeUpdater);
97
- treeUpdaterAlarm.addRequest(treeUpdater, 300); // delay similar to inspection delay
+ treeUpdaterAlarm.addRequest(treeUpdater, 500);
98
};
99
100
// update tree on schema or config changes
0 commit comments