mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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
|
// End Webathena code
|
||||||
|
|
||||||
|
// disable the draggability for left-sidebar components
|
||||||
|
$('#stream_filters, #global_filters').on('dragstart', function () {
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
var map = {
|
var map = {
|
||||||
".stream-description-editable": {
|
".stream-description-editable": {
|
||||||
|
|||||||
Reference in New Issue
Block a user