TwinedRope / TwinedRope.github.io

1 stars 0 forks source link

Upon Adding Dialogue Far Down in the Tree, Scroll that Dialogue Into View #25

Closed JeffreyGaydos closed 1 year ago

JeffreyGaydos commented 2 years ago

Probably will need to grab the height, then set the scroll of the input box properly

Now might also be a good time to revisit how we render this thing, and why it seems to render twice (check call stacks please)

JeffreyGaydos commented 1 year ago

Easy. Using built-in scrollIntoViewIfNeeded(); function. Super cool 😎