owl-tiptap 1.1.0 → 1.1.1

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.
@@ -34,7 +34,6 @@ export const TagNode = Node.create({
34
34
  // For now, renderHTML is sufficient.
35
35
  return ({ node, getPos, editor }) => {
36
36
  const { readonly } = this.options; // 从 options 中获取当前状态
37
- console.log(readonly);
38
37
  const wrapper = document.createElement('span');
39
38
  wrapper.classList.add('tag-wrapper');
40
39
  const dom = document.createElement('span');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-tiptap",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "tiptap used in odoo owl2",
5
5
  "main": "es/index.js",
6
6
  "scripts": {