From 8f34725f7e2c376b16c5380fbaa21348ec181259 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 19 Jun 2018 09:35:21 -0400 Subject: [PATCH] don't reset scroll position on page-first --- awx/ui/client/features/output/index.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/features/output/index.controller.js b/awx/ui/client/features/output/index.controller.js index f970058825..a845dca6b8 100644 --- a/awx/ui/client/features/output/index.controller.js +++ b/awx/ui/client/features/output/index.controller.js @@ -82,7 +82,6 @@ function first () { return slide.getFirst() .then(() => { - scroll.resetScrollPosition(); scroll.resume(); return $q.resolve();