generalizing class which is ignored when trying to drag the host-event-modal

it was only applied to .CodeMirror, which is only used by the JSON tab
This commit is contained in:
Jared Tabor
2017-10-17 16:03:39 -07:00
parent 5f3b4575de
commit 774a3da7f4

View File

@@ -112,7 +112,7 @@
minWidth: 600 minWidth: 600
}); });
$('.modal-dialog').draggable({ $('.modal-dialog').draggable({
cancel: '.CodeMirror' cancel: '.HostEvent-view--container'
}); });
function resize(){ function resize(){