fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.6.7", | ||
"version": "1.6.8", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -135,3 +135,3 @@ import {Comment} from "./fast-comments-comment"; | ||
onImageClicked?: (imageSrc: string) => void, | ||
/** Invoked when trying to open a user's profile, like when clicking an avatar. Note that this won't remove the loading spinner, for that you'll have to send a profile-loaded event to the widget. **/ | ||
/** Invoked when trying to open a user's profile, like when clicking an avatar. **/ | ||
onOpenProfile?: (userId: string) => void, | ||
@@ -138,0 +138,0 @@ /** Disable the image redirect that occurs when clicking an image inside a comment. **/ |
23538
-0.49%