Merge pull request #778 from jhogendorn/baddialog
Fixes dialog hiding so it doesnt block the UI
This commit is contained in:
@@ -179,6 +179,7 @@
|
||||
duration: 200,
|
||||
complete: function() {
|
||||
$('#gollum-dialog-dialog').removeClass('active');
|
||||
$('#gollum-dialog-dialog').css('display', 'none');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user