Setup NSTextAttachmentViewProvider

This commit is contained in:
aringenbach
2022-04-27 11:55:23 +02:00
parent 7c3eb8d5a0
commit 2a5c2b6938
12 changed files with 235 additions and 98 deletions
@@ -51,7 +51,7 @@
return NO;
}
return [self isThereALinkNearPoint:point];
return [self isThereALinkNearLocation:point];
}
@end