We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211981c commit bfb52c5Copy full SHA for bfb52c5
js/activity.js
@@ -1514,6 +1514,8 @@ class Activity {
1514
else if (ele.label === "Disable horizontal scrolling")
1515
ele.display = true;
1516
})
1517
+ activity.textMsg(("Horizontal scrolling enabled."), 3000);
1518
+
1519
} else {
1520
enableHorizScrollIcon.style.display = "block";
1521
disableHorizScrollIcon.style.display = "none";
@@ -1524,6 +1526,8 @@ class Activity {
1524
1526
1525
1527
ele.display = false;
1528
1529
+ activity.textMsg(("Horizontal scrolling disabled."), 3000);
1530
1531
}
1532
};
1533
0 commit comments