mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
Prevent draggable selection on CodeMirror
This commit is contained in:
@@ -104,7 +104,9 @@
|
|||||||
minHeight: 450,
|
minHeight: 450,
|
||||||
minWidth: 600
|
minWidth: 600
|
||||||
});
|
});
|
||||||
$('.modal-dialog').draggable();
|
$('.modal-dialog').draggable({
|
||||||
|
cancel: '.CodeMirror'
|
||||||
|
});
|
||||||
|
|
||||||
$('#HostEvent').on('hidden.bs.modal', function () {
|
$('#HostEvent').on('hidden.bs.modal', function () {
|
||||||
$scope.closeHostEvent();
|
$scope.closeHostEvent();
|
||||||
|
|||||||
Reference in New Issue
Block a user