Explorar o código

add binding mathd

yusuketk %!s(int64=5) %!d(string=hai) anos
pai
achega
9b576f5ec8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/client/js/components/PageEditor/LinkEditModal.jsx

+ 1 - 0
src/client/js/components/PageEditor/LinkEditModal.jsx

@@ -23,6 +23,7 @@ class LinkEditModal extends React.PureComponent {
 
     this.cancel = this.cancel.bind(this);
     this.toggleIsUseRelativePath = this.toggleIsUseRelativePath.bind(this);
+    this.handleChangeLinkInput = this.handleChangeLinkInput.bind(this);
     this.handleChangeLabelInput = this.handleChangeLabelInput.bind(this);
     this.handleSelecteLinkerType = this.handleSelecteLinkerType.bind(this);
     this.showLog = this.showLog.bind(this);