Fixed fit mode state disappearing after AJAX calls
This commit is contained in:
parent
7511430b2a
commit
44ef66f65c
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ App.Presenters.PostPresenter = function(
|
|||
|
||||
function softRender() {
|
||||
renderSidebar();
|
||||
syncFitModeButtons();
|
||||
$el.find('video').prop('loop', post.flags.loop);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue