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> = (
5252 < React . Fragment >
5353 < InfiniteLoader
5454 onClick = { ( ) => {
55- alert ( "clicked" ) ;
55+ // alert("clicked");
5656 } }
5757 size = { 60 }
5858 />
@@ -76,7 +76,7 @@ const FileMosaicUploadLayerLegacy: React.FC<FileMosaicUploadLayerProps> = (
7676 ) : (
7777 < InfiniteLoader
7878 onClick = { ( ) => {
79- alert ( "clicked" ) ;
79+ // alert("clicked");
8080 } }
8181 size = { 60 }
8282 />
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const FileMosaic: React.FC<FileMosaicProps> = (props: FileMosaicProps) => {
181181 const handleDoubleClick : React . MouseEventHandler < HTMLDivElement > = (
182182 evt : React . MouseEvent
183183 ) : void => {
184- alert ( "double click on file" ) ;
184+ // alert("double click on file");
185185 evt . preventDefault ( ) ;
186186
187187 onDoubleClick ?.( evt ) ;
You can’t perform that action at this time.
0 commit comments