Skip to content

Commit 224ca3b

Browse files
committed
#8 initial menu update
1 parent 5ffa916 commit 224ca3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/api_block/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
vp-accordion-caption'
3838
data-category="api">Library
3939
</div>
40-
<div class='vp-block-group-box vp-block-group-box-api' style="display:none;">
40+
<div class='vp-block-group-box vp-block-group-box-api'>
4141

4242
</div>
4343

src/api_block/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,8 @@ define([
601601
if (libObj._name != undefined) {
602602
if (libObj._level == 0) {
603603
var open = false;
604-
if (libObj._name == 'Common') {
604+
if (libObj._name == 'Common'
605+
|| libObj._name == 'Pandas') {
605606
// Common은 처음에 열어놓고 시작
606607
open = true;
607608
}

0 commit comments

Comments
 (0)