From 799c650f324f9fb3c36d8004fea549de6b32eb46 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sat, 7 Mar 2020 20:27:47 +0530 Subject: [PATCH] Fixed error on tab switch --- pages/graphql.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index 587ce6742..7ac0b5562 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -427,8 +427,7 @@ export default { this.$refs.queryEditor.prettifyQuery() }, handleJumpToType(type) { - const typesTab = document.getElementById("gqltypes-tab") - typesTab.checked = true + // TODO: switch to gqltypes tab const rootTypeName = this.resolveRootType(type).name