Attachments should be in spans, not divs
This commit is contained in:
parent
88a708ce03
commit
0778854cc4
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
});
|
||||
|
||||
Whisper.AttachmentView = Backbone.View.extend({
|
||||
tagName: 'span',
|
||||
className: 'attachment',
|
||||
encodeAsDataUrl: function () {
|
||||
return new Promise(function(resolve, reject) {
|
||||
|
|
Loading…
Reference in a new issue