mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Rename hashchange.zulip event to avoid jquery 1.8 interaction.
This commit is contained in:
@@ -631,7 +631,7 @@ exports.all = new exports.MessageList(
|
||||
// doing something. Be careful, though, if you try to capture
|
||||
// mousemove, then you will have to contend with the autoscroll
|
||||
// itself generating mousemove events.
|
||||
$(document).on('message_selected.zulip hashchange.zulip mousewheel', function (event) {
|
||||
$(document).on('message_selected.zulip zuliphashchange.zulip mousewheel', function (event) {
|
||||
viewport.stop_auto_scrolling();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user