Parcourir la source

return to original code

kaori il y a 3 ans
Parent
commit
2e08859acc
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

+ 0 - 1
packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

@@ -1072,7 +1072,6 @@ CodeMirrorEditor.propTypes = Object.assign({
   editorSettings: PropTypes.object.isRequired,
   onMarkdownHelpButtonClicked: PropTypes.func,
   onAddAttachmentButtonClicked: PropTypes.func,
-  onClickDrawioBtn: PropTypes.func,
 }, AbstractEditor.propTypes);
 
 CodeMirrorEditor.defaultProps = {