Skip to content

Commit df6f91a

Browse files
author
minjk-bl
committed
small fix
1 parent ee08bd1 commit df6f91a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/common/subsetEditor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
}
319319
.vp-ds-btn-apply {
320320
position: absolute;
321-
top: 4px;
321+
top: 9px;
322322
right: 15px;
323323
}
324324
.vp-ds-btn-run {

src/api_block/blockContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ define([
664664

665665
this.resetOptionPage();
666666

667-
this.setFocusedPageType(FOCUSED_PAGE_TYPE.EDITOR);
667+
this.setFocusedPageType(FOCUSED_PAGE_TYPE.BOARD);
668668
this.reNewContainerDom();
669669
this.reRenderAllBlock_asc();
670670
}

0 commit comments

Comments
 (0)