toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

`EmbedCode` doesn't have the changed code #30

Closed ydcjeff closed 3 years ago

ydcjeff commented 3 years ago

Reproduction link

https://python-playground.netlify.app/

Steps to reproduce

<iframe
  src="https://python-playground.netlify.app/"
  loading="lazy"
  allow="fullscreen"
  id="playground-embed-id"
  class="playground-embed-iframe"
  name="playground-embed"
  width="100%"
  height="300"
  style="border: 1px solid #ddd;"
  title="test"
></iframe>

What is expected?

The changed code should be included.

What is actually happening?

The changed code are not included.