Skip to content

Commit

Permalink
changeset and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbrown committed Nov 13, 2022
1 parent aeca2c5 commit df317ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-guests-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphiql/react': patch
---

Fix: prevent default event for graphiql-doc-explorer-back link
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export function DocExplorer() {
href="#"
className="graphiql-doc-explorer-back"
onClick={event => {
event.preventDefault();
pop();
event.preventDefault();
pop();
}}
aria-label={`Go back to ${prevName}`}
>
Expand Down

0 comments on commit df317ec

Please sign in to comment.