Closed
Description
Sometimes you have to push Return button multiple times, but then the chat message will also be send multiple times.
A guess: the text field is cleared when the rpc call to the daemon responded, but this can be very slow from time to time. The implementation should clear the text field immediately and then send the text message.