mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
feat(comments): implement asset handling for attached images in comment creation
This commit is contained in:
@@ -154,6 +154,7 @@ export function VideoPageContent({ mode, videoId, projectId: propProjectId }: Vi
|
||||
activeDownloadAssetId,
|
||||
hasMoreAssets,
|
||||
isLoadingMoreAssets,
|
||||
fetchAssets,
|
||||
loadMoreAssets,
|
||||
createAsset,
|
||||
deleteAsset,
|
||||
@@ -473,6 +474,7 @@ export function VideoPageContent({ mode, videoId, projectId: propProjectId }: Vi
|
||||
annotationCanvasRef,
|
||||
editAnnotationCanvasRef,
|
||||
fetchVersionComments,
|
||||
fetchAssets,
|
||||
});
|
||||
|
||||
const commentMarkers = useMemo<CommentMarker[]>(() => {
|
||||
|
||||
Reference in New Issue
Block a user