Fixed scroll issue with firefox, Fixes #754

This commit is contained in:
Torkel Ödegaard
2014-09-04 15:25:59 +02:00
parent 5304221e46
commit 44edaad19d
+1
View File
@@ -43,6 +43,7 @@ function (angular, $) {
}
function hideEditorPane() {
hideScrollbars(false);
if (editorScope) { editorScope.dismiss(); }
}