Skip to content

Commit 8193137

Browse files
author
lee
committed
인공지능 학습 내용 추가.
1 parent 06af857 commit 8193137

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source/entryjs/api/2024-04-24-ml.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,27 @@ const learningPopup = new Popup({});
877877
learningPopup.on('remove', () => {
878878
// 인공지능 블록을 블록메뉴에서 제거
879879
Entry.aiLearning.removeLearningBlocks();
880+
this.learningPopup.hide();
880881
}
881882
```
882883
884+
<br >
885+
886+
887+
888+
#### close
889+
890+
인공지능 학습하기 팝업이 닫힐 때 발생합니다.
891+
892+
```js
893+
const learningPopup = new Popup({});
894+
895+
learningPopup.on('close', () => {
896+
Entry.aiLearning.reload();
897+
});
898+
899+
```
900+
883901
884902
885903
<br >

0 commit comments

Comments
 (0)