@contentful/field-editor-markdown 1.1.1 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1615,7 +1615,7 @@ var styles$2 = {
1615
1615
  margin: '0 auto'
1616
1616
  }
1617
1617
  }),
1618
- disabled: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n .CodeMirror {\n background: ", ";\n }\n .CodeMirror-cursors {\n visibility: hidden !important;\n }\n "])), tokens.gray100)
1618
+ disabled: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n .CodeMirror {\n background: ", ";\n cursor: 'not-allowed';\n }\n .CodeMirror-cursors {\n visibility: hidden !important;\n }\n .CodeMirror-scroll,\n .CodeMirror-sizer,\n .CodeMirror-lines {\n cursor: not-allowed;\n }\n "])), tokens.gray100)
1619
1619
  };
1620
1620
  var MarkdownTextarea = /*#__PURE__*/React.memo(function (props) {
1621
1621
  var hostRef = useRef(null);