Browse Source

return to original code

kaori 3 years ago
parent
commit
2e08859acc
1 changed files with 0 additions and 1 deletions
  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,
   editorSettings: PropTypes.object.isRequired,
   onMarkdownHelpButtonClicked: PropTypes.func,
   onMarkdownHelpButtonClicked: PropTypes.func,
   onAddAttachmentButtonClicked: PropTypes.func,
   onAddAttachmentButtonClicked: PropTypes.func,
-  onClickDrawioBtn: PropTypes.func,
 }, AbstractEditor.propTypes);
 }, AbstractEditor.propTypes);
 
 
 CodeMirrorEditor.defaultProps = {
 CodeMirrorEditor.defaultProps = {