File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/FileMosaic/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const FileMosaicUploadLayerLegacy: React.FC<FileMosaicUploadLayerProps> = (
52
52
< React . Fragment >
53
53
< InfiniteLoader
54
54
onClick = { ( ) => {
55
- alert ( "clicked" ) ;
55
+ // alert("clicked");
56
56
} }
57
57
size = { 60 }
58
58
/>
@@ -76,7 +76,7 @@ const FileMosaicUploadLayerLegacy: React.FC<FileMosaicUploadLayerProps> = (
76
76
) : (
77
77
< InfiniteLoader
78
78
onClick = { ( ) => {
79
- alert ( "clicked" ) ;
79
+ // alert("clicked");
80
80
} }
81
81
size = { 60 }
82
82
/>
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const FileMosaic: React.FC<FileMosaicProps> = (props: FileMosaicProps) => {
181
181
const handleDoubleClick : React . MouseEventHandler < HTMLDivElement > = (
182
182
evt : React . MouseEvent
183
183
) : void => {
184
- alert ( "double click on file" ) ;
184
+ // alert("double click on file");
185
185
evt . preventDefault ( ) ;
186
186
187
187
onDoubleClick ?.( evt ) ;
You can’t perform that action at this time.
0 commit comments