فهرست منبع

add binding mathd

yusuketk 5 سال پیش
والد
کامیت
9b576f5ec8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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);