mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Prevent draggable selection on CodeMirror
This commit is contained in:
parent
22e1e14c4f
commit
d5026e891e
@ -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