mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 09:01:26 -03:30
Merge pull request #79 from marshmalien/fix/7319-jobDetailsModalDragAndDrop
Prevent dragging on CodeMirror element inside of Job Details Modal
This commit is contained in:
commit
8944832ad7
@ -104,7 +104,9 @@
|
||||
minHeight: 450,
|
||||
minWidth: 600
|
||||
});
|
||||
$('.modal-dialog').draggable();
|
||||
$('.modal-dialog').draggable({
|
||||
cancel: '.CodeMirror'
|
||||
});
|
||||
|
||||
$('#HostEvent').on('hidden.bs.modal', function () {
|
||||
$scope.closeHostEvent();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user