mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix style
// FREEBIE
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
this.model.get('attachments').forEach(function(attachment) {
|
||||
var view = new Whisper.AttachmentView({ model: attachment });
|
||||
this.listenTo(view, 'update', function() {
|
||||
if(!view.el.parentNode) {
|
||||
if (!view.el.parentNode) {
|
||||
this.trigger('beforeChangeHeight');
|
||||
this.$('.attachments').append(view.el);
|
||||
this.trigger('afterChangeHeight');
|
||||
|
||||
Reference in New Issue
Block a user