Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a32bce8

Browse files
committed
chore(debug): opacity issue
1 parent 69941ed commit a32bce8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

containers/PostsThread/logic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
THREAD,
1414
$solver,
1515
scrollIntoEle,
16-
closePreviewer,
16+
// closePreviewer,
1717
// GA,
1818
} from '../../utils'
1919

@@ -184,7 +184,7 @@ const ErrSolver = [
184184

185185
export function init(_store) {
186186
debug('======== init')
187-
closePreviewer()
187+
// closePreviewer()
188188
store = _store
189189
if (sub$) return false // sub$.unsubscribe()
190190
sub$ = sr71$.data().subscribe($solver(DataSolver, ErrSolver))

pages/community.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default class PageCommunity extends React.Component {
131131
isValidSession: sessionState.isValid,
132132
userSubscribedCommunities: subscribedCommunities,
133133
},
134-
viewing: { community, activeThread: R.toLower(thread) },
134+
viewing: { community, activeThread: R.toLower(thread), post: {} },
135135
route: { mainPath: community.raw, subPath },
136136
tagsBar: { tags: partialTags },
137137
},

0 commit comments

Comments
 (0)