Skip to content

Commit 5522c01

Browse files
added notification for horizontal scrolling
1 parent b602337 commit 5522c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/activity.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ class Activity {
15141514
else if (ele.label === "Disable horizontal scrolling")
15151515
ele.display = true;
15161516
})
1517+
activity.textMsg(_("Horizontal scrolling enabled."),3000);
15171518
} else {
15181519
enableHorizScrollIcon.style.display = "block";
15191520
disableHorizScrollIcon.style.display = "none";
@@ -1524,6 +1525,7 @@ class Activity {
15241525
else if (ele.label === "Disable horizontal scrolling")
15251526
ele.display = false;
15261527
})
1528+
activity.textMsg(_("Horizontal scrolling disabled."),3000);
15271529
}
15281530
};
15291531

0 commit comments

Comments
 (0)