Skip to content
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

[sql lab] ctrl-r hotkey should run latest SQL #4719

Merged
merged 1 commit into from
Mar 29, 2018

Commits on Mar 29, 2018

  1. [sql lab] ctrl-r hotkey should run latest SQL

    Turns out the SQL would only be committed to the redux store `onBlur`
    event to avoid the laggy typing. The delay come from the localStorage
    binding that add enough millisecs of delay to feel odd while typing.
    
    I now store the most recent SQL in the local and use that instead.
    mistercrunch committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    d8680a2 View commit details
    Browse the repository at this point in the history