Skip to content

Commit

Permalink
add notification for horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
subhas-pramanik-09 committed Dec 13, 2024
1 parent 1978bbf commit 5db76b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,7 @@ class Activity {
else if (ele.label === "Disable horizontal scrolling")
ele.display = true;
})
activity.textMsg(_("Horizontal scrolling enabled."),3000);
} else {
enableHorizScrollIcon.style.display = "block";
disableHorizScrollIcon.style.display = "none";
Expand All @@ -1524,6 +1525,7 @@ class Activity {
else if (ele.label === "Disable horizontal scrolling")
ele.display = false;
})
activity.textMsg(_("Horizontal scrolling disabled."),3000);
}
};

Expand Down

0 comments on commit 5db76b2

Please sign in to comment.