In iOS theme, join attachment bubble with caption bubble
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
];
|
||||
|
||||
Whisper.AttachmentView = Backbone.View.extend({
|
||||
tagName: 'span',
|
||||
tagName: 'div',
|
||||
className() {
|
||||
if (this.isImage()) {
|
||||
return 'attachment';
|
||||
|
Reference in New Issue
Block a user