Skip to content
  • Dmitry Medvinsky's avatar
    Fix auto-selection of URL field with X11 selection · b5115c3e7a69
    Dmitry Medvinsky authored
    We use `focusin` event instead of `click` because when using the latter,
    when the selection is created it isn't put into X11 PRIMARY selection.
    And as a Linux user I'm very used to such behaviour that when something
    gets selected, it's ready for pasting, which is the primary purpose of
    the clone URL field.
    
    When `focusin` is used, the selection is copied to X11 buffer
    automatically, so it works as expected (tested in Firefox and Chrome).
    b5115c3e7a69
To find the state of this project's repository at the time of any of these versions, check out the tags.