yusuketk 5 лет назад
Родитель
Сommit
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);