making dialogs draggable, fixing indent issues on json tree visualizer
This commit is contained in:
@@ -12,6 +12,7 @@ var recline = function() {
|
||||
util.observeExit($('.dialog-content'), function() {
|
||||
util.hide('dialog');
|
||||
})
|
||||
$('.dialog').draggable({ handle: '.dialog-header', cursor: 'move' });
|
||||
}
|
||||
|
||||
function handleMenuClick() {
|
||||
|
||||
Reference in New Issue
Block a user