-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static/frontend: add escape keydown to close details dialog #100
Conversation
This PR (HEAD: 6987681) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/pkgsite/+/623716. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623716. |
Message from Jonathan Amsterdam: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623716. |
Message from Joy Serquina (xWF): Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623716. |
Updates the main script files to implement the ability of using the escape keydown to close the details tooltip if it's open. Fixes b/#283533035
6987681
to
66f581d
Compare
This PR (HEAD: 66f581d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/pkgsite/+/623716. Important tips:
|
Adds escape key functionality to close tooltip. Fixes b/283533035
This PR (HEAD: 4a94647) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/pkgsite/+/623716. Important tips:
|
Closing in favor of updated/working PR: #104 |
Updates the main script files to implement the ability of using the
escape keydown to close the details tooltip if it's open.
Fixes b/283533035