Skip to content

Commit

Permalink
주석변경 및 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lee committed Jul 16, 2024
1 parent dcebf2d commit 83cb11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/entryjs/api/2024-02-29-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ ex) 사운드 파일 로드 시작.

### openHardwareLiteBlockManager
하드웨어 `브라우저로 연결하기` 버튼 클릭시 발생합니다.
[example](https://docs.playentry.org/entryjs/api/2024-02-29-popup.html#openManager-이벤트)

## 인공지능 이벤트

Expand Down
2 changes: 1 addition & 1 deletion source/entryjs/api/2024-02-29-popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ addEventListener('openPictureImport', () => {
this.popup.show('paint');
});
// '모양 가져오기' 클릭시 dispatch
// 하드웨어 '브라우저로 연결하기' 클릭시 dispatch
removeAllEventListener('openHardwareLiteBlockManager');
addEventListener('openHardwareLiteBlockManager', () => {
// Object.values(Entry.HARDWARE_LITE_LIST)
Expand Down

0 comments on commit 83cb11f

Please sign in to comment.