lfoppiano / streamlit-pdf-viewer

Streamlit PDF viewer
https://structure-vision.streamlit.app/
Apache License 2.0
62 stars 3 forks source link

Infinite Execution of onUpdated Method #28

Closed t29mato closed 4 months ago

t29mato commented 4 months ago

The onUpdated method seems to be executing infinitely.

how to visualize this

// Reference code in PdfViewer.vue, the line is around 156
    onUpdated(() => {
      console.log('onUpdated')
      setFrameHeight()
    });

Environment

streamlit-pdf-viewer 0.6

Screencapture

https://github.com/lfoppiano/streamlit-pdf-viewer/assets/30012556/328fecc5-8b90-4e78-9199-6870dee286e6

lfoppiano commented 4 months ago

Looks good now