Skip to content

Commit

Permalink
feat: add svg fileformat
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett committed Sep 25, 2023
1 parent 14a1ffe commit 3b667ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down

0 comments on commit 3b667ba

Please sign in to comment.