Attachments should be in spans, not divs
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
});
|
||||
|
||||
Whisper.AttachmentView = Backbone.View.extend({
|
||||
tagName: 'span',
|
||||
className: 'attachment',
|
||||
encodeAsDataUrl: function () {
|
||||
return new Promise(function(resolve, reject) {
|
||||
|
Reference in New Issue
Block a user