-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Choosing an operation name from the drop-down immediately after a page load does nothing, but works afterwards #150
Comments
dahjelle
added a commit
to dahjelle/graphiql
that referenced
this issue
Jul 21, 2016
Merged
dahjelle
added a commit
to dahjelle/graphiql
that referenced
this issue
Jul 21, 2016
dahjelle
added a commit
to dahjelle/graphiql
that referenced
this issue
Jul 26, 2016
dahjelle
added a commit
to dahjelle/graphiql
that referenced
this issue
Jul 28, 2016
dahjelle
added a commit
to dahjelle/graphiql
that referenced
this issue
Jul 28, 2016
dahjelle
added a commit
to dahjelle/graphiql
that referenced
this issue
Aug 1, 2016
asiandrummer
added a commit
that referenced
this issue
Aug 1, 2016
acao
pushed a commit
to acao/graphiql
that referenced
this issue
Jun 1, 2019
…transform-es2015-computed-properties-6.24.1 Update babel-plugin-transform-es2015-computed-properties to the latest version 🚀
acao
pushed a commit
to acao/graphiql
that referenced
this issue
Jun 5, 2019
* cache type extensions hash, use it in getSchema * fix tests and flow
acao
pushed a commit
that referenced
this issue
Feb 20, 2022
* feat(release): automate releases via PAT https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I have two queries in the editor, and try to run them via the drop-down on the execute button, nothing happens the first time I try after a page load, but it works fine afterwards.
The appears to only be an issue with multiple queries and using the execute button.
I attached some logging to the
onMouseUp
handler on theli
, and it does not trigger. On the other hand, the_onMouseUp
handler that_onOptionsOpen
attaches does trigger.It looks like the issue is that the
_onMouseUp
handler in_onOptionsOpen
gets triggered first, runssetState
, and hides the menu before theonMouseUp
event handler is called.The text was updated successfully, but these errors were encountered: