Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] [BUG][Discover] Enable 'Back to Top' Feature in Discover for scrolling to top #6011

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport d407f55 from #6008.

…g to top (#6008)

* [BUG][Discover] Enable 'Back to Top' Feature in Discover for scrolling to top

dscCanvas is the one with scrollable prop. Set window.scrollTo(0, 0) on table will
not work. In this PR, we add a ref to EuiPanel directly.

Issue Resolve:
#6006

---------

Signed-off-by: Anan Zhuang <[email protected]>
Co-authored-by: Miki <[email protected]>
(cherry picked from commit d407f55)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.09%. Comparing base (bd04745) to head (c8337ad).

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x    #6011   +/-   ##
=======================================
  Coverage   67.08%   67.09%           
=======================================
  Files        3308     3308           
  Lines       63731    63731           
  Branches    10168    10168           
=======================================
+ Hits        42757    42759    +2     
+ Misses      18509    18508    -1     
+ Partials     2465     2464    -1     
Flag Coverage Δ
Linux_1 35.21% <ø> (ø)
Linux_2 55.12% <ø> (ø)
Linux_3 44.51% <ø> (+<0.01%) ⬆️
Linux_4 35.33% <ø> (ø)
Windows_1 35.23% <ø> (ø)
Windows_2 55.09% <ø> (ø)
Windows_3 44.51% <ø> (ø)
Windows_4 35.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ashwin-pc ashwin-pc merged commit 98dfac8 into 2.x Mar 18, 2024
93 of 94 checks passed
@github-actions github-actions bot deleted the backport/backport-6008-to-2.x branch March 18, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Skip the changelog verification check on backports bug Something isn't working discover for discover reinvent distinguished-contributor v2.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants