Skip to content

Commit

Permalink
🍭Merge pull request #731 from bustle/zeejab/tooltip-timer
Browse files Browse the repository at this point in the history
[TooltipPlugin] Shorten hide timer 🍭
  • Loading branch information
ZeeJab committed May 22, 2020
2 parents b780676 + c2fd820 commit f46f64b
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 f46f64b

Please sign in to comment.