Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56dada4

Browse files
committedJun 16, 2019
issue 2542 fix
1 parent 4eecde9 commit 56dada4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎dist/dev/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/prod/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/components/TopNav/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const TopNav = ({
158158
setActiveLevel2Id(menuId)
159159
setShowLevel3(true)
160160
setChosenArrowPos(menuId)
161+
setShowIconSelect(true)
161162
// let the level 3 menu mounted first for sliding indicator to work
162163
setTimeout(() => {
163164
const menu = findLevel2Menu(activeLevel1Id, menuId)

0 commit comments

Comments
 (0)
Please sign in to comment.