chore: update todo block

This commit is contained in:
boojack
2022-07-03 11:24:57 +08:00
parent 5dd6d505cc
commit 65ade1fc87
7 changed files with 12 additions and 16 deletions

View File

@ -29,7 +29,7 @@ const PreviewImageDialog: React.FC<Props> = ({ destroy, imgUrl }: Props) => {
</button>
</div>
<div className="img-container">
<img src={imgUrl} crossOrigin="anonymous" />
<img src={imgUrl} />
</div>
</>
);