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

[safari] fix incorrect command palette cursor position #6435

Merged
merged 1 commit into from
Nov 1, 2019

Commits on Oct 22, 2019

  1. Fix incorrect command palette cursor position

    Fixes #6011
    
    Fixes incorrect command palette cursor position especially on Safari browser.
    Added additional handling to verify that if no selection is currently present,
    force the cursor at the end of the input. Inspired by a similar implementation
    in VS Code.
    
    Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
    vince-fugnitto committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f89d664 View commit details
    Browse the repository at this point in the history