Cancel link preview loading when unloading conversation view

This commit is contained in:
Evan Hahn
2021-08-23 13:40:49 -05:00
committed by GitHub
parent f0c7804929
commit aae221a641

View File

@@ -1627,6 +1627,8 @@ Whisper.ConversationView = Whisper.View.extend({
window.reduxActions.conversations.setSelectedConversationPanelDepth(0);
}
this.removeLinkPreview();
this.remove();
},