-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Stop a tag with href of 'javascript:void 0' from navigating (#3567)
* fix: prevent default behavior of clicking a tag href. Closes #3565 * added changeset
- Loading branch information
1 parent
7e86dc4
commit fc7de5a
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'codemirror-graphql': patch | ||
--- | ||
|
||
tooltip a tag's click listener calls event.preventDefault() to stop navigating away from page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters