main
parent
19e391c2c2
commit
aaffbc2373
|
@ -70,7 +70,7 @@ export default function Examples(props: { dict: Record<string, string>; lang: st
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
}}
|
}}
|
||||||
>1
|
>
|
||||||
<iframe src={previewInfo.url} className="w-full h-full" />
|
<iframe src={previewInfo.url} className="w-full h-full" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue