Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Sep 21, 2024
1 parent 29dbe1b commit 7a79d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PerspectiveView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,15 +686,15 @@ class P extends React.Component {
totalItems={entriesTotal}
showTotal
onPageChanged={(newPage) => {
if (changePage) {
changePage(newPage);
}
const scrollContainer = document.querySelector(".lingvo-scrolling-tab__table");
smoothScroll(0, 0, null, scrollContainer);
if (isTableLanguagesPublish) {
this.resetCheckedColumn();
this.resetCheckedAll();
}
if (changePage) {
changePage(newPage);
}
}}
className="lingvo-pagination-block_perspective"
/>
Expand Down

0 comments on commit 7a79d2a

Please sign in to comment.