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 5522c01 commit f1e2d96Copy full SHA for f1e2d96
js/activity.js
@@ -1515,6 +1515,7 @@ class Activity {
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";
@@ -1526,6 +1527,7 @@ class Activity {
1526
1527
ele.display = false;
1528
1529
activity.textMsg(_("Horizontal scrolling disabled."),3000);
1530
1531
}
1532
};
1533
0 commit comments