Setup NSTextAttachmentViewProvider

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