IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Added a workaround to WBAccordion so that it doesn't fold so easily. To be seen if this is fine in practice.

master
부모
커밋
877ef7fde3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      frontend/src/js/widget/wb-accordion.js

+ 2
- 0
frontend/src/js/widget/wb-accordion.js 파일 보기

@@ -19,6 +19,8 @@ class WBAccordion extends Component {
}
componentWillReceiveProps(nextProps) {
if (JSON.stringify(nextProps.names) === JSON.stringify(this.props.names))
return;
this.props = nextProps;
this.setupIds();
}


불러오는 중...
취소
저장