Skip to content

Commit 65c5908

Browse files
same msg timeout for horizontal scroll (#4162)
1 parent 29ef513 commit 65c5908

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

js/toolbar.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -827,18 +827,12 @@ class Toolbar {
827827
enableHorizScrollIcon.style.display = "block";
828828
enableHorizScrollIcon.onclick = () => {
829829
setScroller(this.activity);
830-
this.activity.textMsg(
831-
_("Horizontal scrolling enabled.")
832-
);
833830
};
834831
}
835832

836833
if (disableHorizScrollIcon) {
837834
disableHorizScrollIcon.onclick = () => {
838835
setScroller(this.activity);
839-
this.activity.textMsg(
840-
_("Horizontal scrolling disabled.")
841-
);
842836
};
843837
}
844838

0 commit comments

Comments
 (0)