In iOS theme, join attachment bubble with caption bubble

This commit is contained in:
Scott Nonnenberg
2018-04-06 14:51:52 -07:00
parent 3a76c3c86e
commit ae043bf239
9 changed files with 246 additions and 97 deletions

View File

@@ -69,7 +69,7 @@
];
Whisper.AttachmentView = Backbone.View.extend({
tagName: 'span',
tagName: 'div',
className() {
if (this.isImage()) {
return 'attachment';