Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
盖剑秋
2016-08-04 10:08:56 +0800
Commit
6e39f544efbc859de92e9c47701d441f730d9926
1 parent
5c2d1365
Fix bug YH-3030, reviewed by redding.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
js/community/components/posting/Posting.js
js/community/components/posting/SectionSelector.js
js/community/components/posting/Posting.js
View file @
6e39f54
...
...
@@ -211,6 +211,7 @@ export default class Posting extends Component {
selectedSectionName
=
{
this
.
props
.
selectedBoard
}
hidden
=
{
!
this
.
state
.
showSectionSelector
}
onPressSection
=
{
this
.
props
.
onBoardPress
}
onPressBlurAll
=
{
this
.
onPressBlurAll
}
/
>
<
/View
>
);
...
...
js/community/components/posting/SectionSelector.js
View file @
6e39f54
...
...
@@ -49,6 +49,7 @@ export default class SectionSelector extends Component {
numberOfLines
=
{
1
}
onPress
=
{()
=>
{
this
.
props
.
onPressSection
&&
this
.
props
.
onPressSection
(
item
.
forumName
,
item
.
forumCode
);
this
.
props
.
onPressBlurAll
&&
this
.
props
.
onPressBlurAll
();
}}
>
{
item
.
forumName
}
...
...
Please
register
or
login
to post a comment