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

Commit

Permalink
[Preview] let users hover on the tooltip (#6810)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster authored and darkwing committed Aug 13, 2018
1 parent 939d971 commit 088e65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/Preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function inPopup(e) {
}

const pop =
relatedTarget.closest(".tooltip") ||
relatedTarget.closest(".popover") ||
relatedTarget.classList.contains("debug-expression");

Expand Down

0 comments on commit 088e65f

Please sign in to comment.