mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
feat(comments): add drag-and-drop support for image attachments and enhance image validation
This commit is contained in:
@@ -414,6 +414,7 @@ export function VideoPageContent({ mode, videoId, projectId: propProjectId }: Vi
|
||||
handleAddComment,
|
||||
handleImageSelect,
|
||||
handlePaste,
|
||||
handleDrop,
|
||||
startRecording,
|
||||
stopRecording,
|
||||
cancelRecording,
|
||||
@@ -814,6 +815,7 @@ export function VideoPageContent({ mode, videoId, projectId: propProjectId }: Vi
|
||||
replyImageInputRef={replyImageInputRef}
|
||||
handleImageSelect={handleImageSelect}
|
||||
handlePaste={handlePaste}
|
||||
handleDrop={handleDrop}
|
||||
submitReplyWithMedia={commentsActions.onSubmitReplyWithMedia}
|
||||
isSubmittingReply={isSubmittingReply}
|
||||
isUploadingReplyAudio={isUploadingReplyAudio}
|
||||
|
||||
Reference in New Issue
Block a user