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({
|
Whisper.AttachmentView = Backbone.View.extend({
|
||||||
|
tagName: 'span',
|
||||||
className: 'attachment',
|
className: 'attachment',
|
||||||
encodeAsDataUrl: function () {
|
encodeAsDataUrl: function () {
|
||||||
return new Promise(function(resolve, reject) {
|
return new Promise(function(resolve, reject) {
|
||||||
|
|
Loading…
Reference in a new issue