@codernote/record-tree 2.7.11 → 2.7.12

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -633,7 +633,8 @@ const wa = (m) => m.tagName.toLowerCase() === "mark", Y0 = () => {
633
633
  ],
634
634
  editorProps: {
635
635
  attributes: {
636
- class: ["node-text"]
636
+ class: ["node-text"],
637
+ spellcheck: "false"
637
638
  },
638
639
  handleKeyDown(N, te) {
639
640
  const { selection: Be, doc: R } = N.state, { from: ne, to: we } = Be, $ = R.content.size - 1, X = ne === 1 && we === 1, Ae = ne === $ && we === $;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codernote/record-tree",
3
- "version": "2.7.11",
3
+ "version": "2.7.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "dependencies": {