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');
|