mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed fit mode state disappearing after AJAX calls
This commit is contained in:
@ -149,6 +149,7 @@ App.Presenters.PostPresenter = function(
|
|||||||
|
|
||||||
function softRender() {
|
function softRender() {
|
||||||
renderSidebar();
|
renderSidebar();
|
||||||
|
syncFitModeButtons();
|
||||||
$el.find('video').prop('loop', post.flags.loop);
|
$el.find('video').prop('loop', post.flags.loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user