diff --git a/frontend/src/Documents/DocumentEdit.tsx b/frontend/src/Documents/DocumentEdit.tsx index 012d2cf..e6ce466 100644 --- a/frontend/src/Documents/DocumentEdit.tsx +++ b/frontend/src/Documents/DocumentEdit.tsx @@ -67,6 +67,7 @@ export class DocumentEditComponent extends React.PureComponent< this.handleNameKeyPress = this.handleNameKeyPress.bind(this); this.share = this.share.bind(this); this.remove = this.remove.bind(this); + this.copyLink = this.copyLink.bind(this); this.save = this.save.bind(this); this.onUnload = this.onUnload.bind(this); } @@ -101,6 +102,13 @@ export class DocumentEditComponent extends React.PureComponent< } content={