We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 607ea4c + 0124ca0 commit dbf1868Copy full SHA for dbf1868
dist/scripts/api-console.js
@@ -1291,7 +1291,9 @@
1291
duration: speed,
1292
complete: function (element) {
1293
jQuery(element).removeAttr('style');
1294
- $scope.documentationEnabled = false;
+ if ($scope.singleView) {
1295
+ $scope.documentationEnabled = false;
1296
+ }
1297
apply();
1298
}
1299
src/app/directives/sidebar.js
@@ -423,7 +423,9 @@
423
424
425
426
427
428
429
430
431
0 commit comments