Commit f4b42f9e authored by Vadim Makeev's avatar Vadim Makeev

Fix for #133 back button bug

parent 50596cb8
......@@ -555,6 +555,7 @@ window.shower = window.shower || (function(window, document, undefined) {
body.classList.add('list');
shower.clearPresenterNotes();
shower._applyTransform('none');
if (shower.isListMode()) {
return false;
......@@ -569,7 +570,6 @@ window.shower = window.shower || (function(window, document, undefined) {
}
shower.scrollToSlide(currentSlideNumber);
shower._applyTransform('none');
if (typeof(callback) === 'function') {
callback();
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment