fix: remove click listener for opening popup (#4700)

* fix: remove click listener for oening popup

* fix
This commit is contained in:
Aakansha Doshi
2022-02-04 20:36:21 +05:30
committed by GitHub
parent de6371aac4
commit 00e30ca0e4
2 changed files with 8 additions and 9 deletions

View File

@ -321,7 +321,6 @@ export const isPointHittingLinkIcon = (
x < linkX + threshold + linkWidth &&
y > linkY - threshold &&
y < linkY + linkHeight + threshold;
return hitLink;
};