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.
1 parent 5ffa916 commit 224ca3bCopy full SHA for 224ca3b
src/api_block/index.html
@@ -37,7 +37,7 @@
37
vp-accordion-caption'
38
data-category="api">Library
39
</div>
40
- <div class='vp-block-group-box vp-block-group-box-api' style="display:none;">
+ <div class='vp-block-group-box vp-block-group-box-api'>
41
42
43
src/api_block/init.js
@@ -601,7 +601,8 @@ define([
601
if (libObj._name != undefined) {
602
if (libObj._level == 0) {
603
var open = false;
604
- if (libObj._name == 'Common') {
+ if (libObj._name == 'Common'
605
+ || libObj._name == 'Pandas') {
606
// Common은 처음에 열어놓고 시작
607
open = true;
608
}
0 commit comments