Skip to content

Scrollable chat

Latest
Compare
Choose a tag to compare
@paulofla paulofla released this 27 May 04:51

🚀 New Feature:

  • Made the conversation scrollable (Paul.O'Flaherty)

This is a temporary fix and is only currently supported with a mousewheel

How to use:

  • Add a isScrollable to the Chat component
    <div>
      <Chat historicMessages={historicMessages} messages={messagesForConversation} turnOffLoop isScrollable />
    </div>

🐛 Bug Fixes:

  • Fixed #17: Showing some messages twice (Paul.O'Flaherty)