Skip to content

Commit f1e2d96

Browse files
added notification on horizontal scroll
1 parent 5522c01 commit f1e2d96

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
@@ -1515,6 +1515,7 @@ class Activity {
15151515
ele.display = true;
15161516
})
15171517
activity.textMsg(_("Horizontal scrolling enabled."),3000);
1518+
15181519
} else {
15191520
enableHorizScrollIcon.style.display = "block";
15201521
disableHorizScrollIcon.style.display = "none";
@@ -1526,6 +1527,7 @@ class Activity {
15261527
ele.display = false;
15271528
})
15281529
activity.textMsg(_("Horizontal scrolling disabled."),3000);
1530+
15291531
}
15301532
};
15311533

0 commit comments

Comments
 (0)