Sticker upload affordances, fix 'recent media'
This commit is contained in:
parent
21c00f51bd
commit
f60e9b9c9f
7 changed files with 34 additions and 6 deletions
|
@ -1870,7 +1870,7 @@ export class ConversationView extends window.Backbone.View<ConversationModel> {
|
|||
}
|
||||
|
||||
showAllMedia(): void {
|
||||
if (this.panels && this.panels.length) {
|
||||
if (document.querySelectorAll('.module-media-gallery').length) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue