serlo / editor-plugins

Editor Plugins for the Open Learning Platform serlo.org
https://serlo-editor-plugins.netlify.com
Apache License 2.0
5 stars 5 forks source link

handle changes of content height #56

Open inyono opened 5 years ago

inyono commented 5 years ago

There are a couple of Components that change the height of the content asynchronously, e.g.

The users of the content api should be notified about that so that they can resize the iframe accordingly. Currently, we are listening on the resize event on window for that but I'm open to other solutions that possibly fit better when using React (& redesign technology)