-
Notifications
You must be signed in to change notification settings - Fork 497
운영반영 #2439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
develop-hw 최신화
dialog_time이 계속 만들어 지는것이 아니라 remove_dialog로 제거 될수 있도록 처리 사이드 이펙트는 체크 필요
Issue/microbit eventblock
cancelEdit 할때 generateWsBlock에서 restore하지 않도록 처리
이슈 5662 처리
feat: 웹연결 버튼 조건 변경
Issue/5181
This reverts commit acb5c24.
- 버튼 중복입력을 방지하기 위해 쓰로틀링 추가
Change the icobot_get_discomfort_index_value
[#5643] 마이크로비트 버튼이벤트 추가
feat: 버튼이벤트 블록 위치 수정
develop-hw 최신화
Issue/5181
[4.21.0] 하드웨어 1.9.38 PR
모드 변경시 선택된 오브젝트정보로 board object title 변경
| // INFO: 디바이스가 모바일이거나 일렉트론이면 1차적으로 제외 | ||
| if (userAgentString.includes('mobile') || userAgentString.includes('electron')) { | ||
| return false; | ||
| } else if (userAgentString.includes('whale') || userAgentString.includes('edge') || userAgentString.includes('chrome')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // INFO: 디바이스가 모바일이거나 일렉트론이면 1차적으로 제외 | ||
| if (userAgentString.includes('mobile') || userAgentString.includes('electron')) { | ||
| return false; | ||
| } else if (userAgentString.includes('whale') || userAgentString.includes('edge') || userAgentString.includes('chrome')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace userAgentString.includes('whale')·||·userAgentString.includes('edge')·||·userAgentString.includes('chrome') with ⏎············userAgentString.includes('whale')·||⏎············userAgentString.includes('edge')·||⏎············userAgentString.includes('chrome')⏎········
| } else if (userAgentString.includes('whale') || userAgentString.includes('edge') || userAgentString.includes('chrome')) { | |
| } else if ( | |
| userAgentString.includes('whale') || | |
| userAgentString.includes('edge') || | |
| userAgentString.includes('chrome') | |
| ) { |
No description provided.