Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Tooltip should fade on keybaord event 17431 #17651

Merged

Commits on Jul 6, 2018

  1. Hides a tooltip when a user types in the editor.

    -This addes a new keydown event that hides a tooltip when keyboard events occur.
    -This closes atom#17431.
    cacheflow committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    8af3079 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Changed function name from hideOrClickOutsideOfTooltip to hideOnClick…

    …OrTypeOutsideOfTooltip.
    cacheflow committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    0d67f36 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    5dd84a9 View commit details
    Browse the repository at this point in the history
  2. Fixed liniting issues.

    cacheflow committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    b53b4e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d48ea8 View commit details
    Browse the repository at this point in the history