Enter-tainer / typst-preview

[DEPRECATED] Use tinymist instead
https://Enter-tainer.github.io/typst-preview/
MIT License
444 stars 21 forks source link

fix: increase height of the SVG container before scrolling down #185

Closed Myriad-Dreamin closed 1 year ago

Myriad-Dreamin commented 1 year ago

fix #128.

Description: when somebody tries to zoom out, we has a wrong order of steps to go:

Finally, the viewport is kept at the position (10000px, 0px) but the div element is resized to 12500px.

If we reserve a larger height before scrolling, the wrong order steps doesn't bother.