mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove click listener for opening popup (#4700)
* fix: remove click listener for oening popup * fix
This commit is contained in:
parent
de6371aac4
commit
00e30ca0e4
2 changed files with 8 additions and 9 deletions
|
@ -321,7 +321,6 @@ export const isPointHittingLinkIcon = (
|
|||
x < linkX + threshold + linkWidth &&
|
||||
y > linkY - threshold &&
|
||||
y < linkY + linkHeight + threshold;
|
||||
|
||||
return hitLink;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue