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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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