mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Refactor
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export { addTag, removeTag } from 'coral-embed-stream/src/actions/commentBox';
|
||||
export {
|
||||
addCommentClassName,
|
||||
removeCommentClassName,
|
||||
addCommentBoxTag as addTag,
|
||||
removeCommentBoxTag as removeTag,
|
||||
} from 'coral-embed-stream/src/actions/stream';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export const commentBoxTagsSelector = state => state.commentBox.tags;
|
||||
export const commentBoxTagsSelector = state => state.stream.commentBoxTags;
|
||||
export const commentClassNamesSelector = state =>
|
||||
state.stream.commentClassNames;
|
||||
|
||||
Reference in New Issue
Block a user