Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit 2570367

Browse files
committed
Fix collapse resource rendering for IE11
1 parent fef6e05 commit 2570367

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

dist/scripts/api-console.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,16 +1809,6 @@
18091809
.closest('.raml-console-resource-list-item')
18101810
.find('.raml-console-resource-list');
18111811

1812-
if ($section.hasClass('raml-console-is-collapsed')) {
1813-
$section.velocity('slideDown', {
1814-
duration: 200
1815-
});
1816-
} else {
1817-
$section.velocity('slideUp', {
1818-
duration: 200
1819-
});
1820-
}
1821-
18221812
collection[index] = !collection[index];
18231813

18241814
$scope[flagKey] = checkItemStatus(false, collection) ? false : $scope[flagKey];

0 commit comments

Comments
 (0)