|
@@ -25,14 +25,6 @@ export default class CommentContainer extends Container {
|
|
|
return this.appContainer.getContainer('PageContainer');
|
|
return this.appContainer.getContainer('PageContainer');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- init() {
|
|
|
|
|
- const { pageId } = this.getPageContainer().state;
|
|
|
|
|
-
|
|
|
|
|
- if (!pageId) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
findAndSplice(comment) {
|
|
findAndSplice(comment) {
|
|
|
const comments = this.state.comments;
|
|
const comments = this.state.comments;
|
|
|
|
|
|