Skip to content

Commit

Permalink
Shorten hide timer for tooltip 🍭
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed May 22, 2020
1 parent e1d066c commit c2fd820
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/views/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import {
getEventTargetMatchingTag,
whenElementIsNotInDOM
} from '../utils/element-utils';
import Position from '../utils/cursor/position';
import { editLink } from '../editor/ui';

const SHOW_DELAY = 200;
const HIDE_DELAY = 1000;
const HIDE_DELAY = 600;

export default class Tooltip extends View {
constructor(options) {
Expand Down

0 comments on commit c2fd820

Please sign in to comment.