Closed
Description
socket.io/examples/chat/public/main.js
Line 111 in e0b2cb0
getTypingMessages function doesn't return typing elements. So it should be fixed like this:
getTypingMessages(data).prevObject.fadeOut(() => {
$(this).remove();
});
Metadata
Metadata
Assignees
Labels
No labels