The-Overlore / eternum

Eternum - The first major mod of the Realms Autonomous World
https://alpha-eternum.realms.world
MIT License
0 stars 0 forks source link

Fixes a render issue during typing of a msg. #39

Closed cwastche closed 6 months ago

cwastche commented 6 months ago

setLastMessageDisplayedIndex() must be called outside of the useTypingEffect hook for it to render correctly. Also, changed displayedDialogSegment to ALWAYS call useTypingEffect, otherwise the hooks calls differ and breaks. wasAlreadyViewed check is moved inside useTypingEffect because of this.