mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2025-02-17 21:09:36 +08:00
fix: add data-html2canvas-ignore
This commit is contained in:
parent
5fc12c4fef
commit
d28493e0db
@ -87,8 +87,8 @@ const Preview = ({ name, pinyin, color, figure = 'default.png?width=8rem', close
|
||||
const figureO = +(params.get('o') || 1);
|
||||
return (
|
||||
<Wrapper id="PREVIEW" bgColor={color}>
|
||||
<div className="close">
|
||||
<IconClose closePreview={closePreview} data-html2canvas-ignore />
|
||||
<div className="close" data-html2canvas-ignore>
|
||||
<IconClose closePreview={closePreview} />
|
||||
</div>
|
||||
<hgroup className="name">
|
||||
<h1>{name}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user