click_handlers: Disable draggability for left-sidebar components.

This commit is contained in:
Rhythm
2019-04-12 16:47:29 +05:30
committed by Tim Abbott
parent d14a1fd1b1
commit 85cf97b113

View File

@@ -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": {