mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
click_handlers: Disable draggability for left-sidebar components.
This commit is contained in:
@@ -609,6 +609,11 @@ exports.initialize = function () {
|
||||
});
|
||||
// End Webathena code
|
||||
|
||||
// disable the draggability for left-sidebar components
|
||||
$('#stream_filters, #global_filters').on('dragstart', function () {
|
||||
return false;
|
||||
});
|
||||
|
||||
(function () {
|
||||
var map = {
|
||||
".stream-description-editable": {
|
||||
|
||||
Reference in New Issue
Block a user