|
@@ -2418,13 +2418,13 @@ class App extends React.Component<AppProps, AppState> {
|
|
this.lastPointerUp!,
|
|
this.lastPointerUp!,
|
|
this.state,
|
|
this.state,
|
|
);
|
|
);
|
|
- const LastPointerUpHittingLinkIcon = isPointHittingLinkIcon(
|
|
|
|
|
|
+ const lastPointerUpHittingLinkIcon = isPointHittingLinkIcon(
|
|
this.hitLinkElement!,
|
|
this.hitLinkElement!,
|
|
this.state,
|
|
this.state,
|
|
[lastPointerUpCoords.x, lastPointerUpCoords.y],
|
|
[lastPointerUpCoords.x, lastPointerUpCoords.y],
|
|
this.isMobile,
|
|
this.isMobile,
|
|
);
|
|
);
|
|
- if (lastPointerDownHittingLinkIcon && LastPointerUpHittingLinkIcon) {
|
|
|
|
|
|
+ if (lastPointerDownHittingLinkIcon && lastPointerUpHittingLinkIcon) {
|
|
const url = this.hitLinkElement.link;
|
|
const url = this.hitLinkElement.link;
|
|
if (url) {
|
|
if (url) {
|
|
let customEvent;
|
|
let customEvent;
|