Skip to content

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 2, 2018
1 parent 86ad85c commit 93feac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/js/sharedialoglinkshareview.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
view.render();
});

this.model.on('change:linkShares', function() {
view.render();
});

this.model.on('change:hideFileListStatus', function() {
view.render();
});
Expand Down Expand Up @@ -886,7 +890,6 @@
self.model.removeShare(shareId, {
success: function() {
$li.remove();
self.render()
},
error: function() {
$loading.addClass('hidden');
Expand Down

0 comments on commit 93feac7

Please sign in to comment.