diff --git a/js/macros/story.js b/js/macros/story.js index a4517f852..980aa4fba 100644 --- a/js/macros/story.js +++ b/js/macros/story.js @@ -38,7 +38,7 @@ exports.macro = { $("html,body").animate({ scrollTop: 0 }, 400); - event.preventDefault(); + event.stopPropagation(); return false; } },