mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
@ -40,7 +40,7 @@ export class PageComment extends Component {
|
|||||||
this.commentId = this.$opts.commentId;
|
this.commentId = this.$opts.commentId;
|
||||||
this.commentLocalId = this.$opts.commentLocalId;
|
this.commentLocalId = this.$opts.commentLocalId;
|
||||||
this.deletedText = this.$opts.deletedText;
|
this.deletedText = this.$opts.deletedText;
|
||||||
this.deletedText = this.$opts.deletedText;
|
this.updatedText = this.$opts.updatedText;
|
||||||
this.archiveText = this.$opts.archiveText;
|
this.archiveText = this.$opts.archiveText;
|
||||||
|
|
||||||
// Editor reference and text options
|
// Editor reference and text options
|
||||||
|
Reference in New Issue
Block a user