-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Description
socket.io/examples/chat/public/main.js
Line 111 in e0b2cb0
getTypingMessages(data).fadeOut(() => { |
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