Skip to content

Commit

Permalink
Merge pull request #451 from rashidkpc/fix/panel_drag_handle
Browse files Browse the repository at this point in the history
Only allow the panel to be dragged by its header
  • Loading branch information
spenceralger committed Oct 2, 2014
2 parents 3f896fd + f9785da commit 5fc6a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kibana/apps/dashboard/directives/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ define(function (require) {
stop: readGridsterChangeHandler
},
draggable: {
handle: '.panel-heading, .panel-title',
stop: readGridsterChangeHandler
}
}).data('gridster');
Expand Down

0 comments on commit 5fc6a7b

Please sign in to comment.