sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.77k stars 1.58k forks source link

History #617

Closed fabianschwarzfritz closed 7 years ago

fabianschwarzfritz commented 9 years ago

Closed #555 - I reimplemented this, sorry for the inconvenience.

This pull Request implements a history for the chat input field. One can get the old chat messages by pressing the arrow-key-up and arrow-key-down buttons.

The cursor selections are stored in the history.

Fixes #550.