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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};