fix: remove click listener for opening popup (#4700)
* fix: remove click listener for oening popup * fix
This commit is contained in:
@ -321,7 +321,6 @@ export const isPointHittingLinkIcon = (
|
||||
x < linkX + threshold + linkWidth &&
|
||||
y > linkY - threshold &&
|
||||
y < linkY + linkHeight + threshold;
|
||||
|
||||
return hitLink;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user