diff --git a/docs/src/demos/Experiments/Details/details.ts b/docs/src/demos/Experiments/Details/details.ts index 4dc8d02c..97eb1019 100644 --- a/docs/src/demos/Experiments/Details/details.ts +++ b/docs/src/demos/Experiments/Details/details.ts @@ -1,5 +1,4 @@ import { Node, mergeAttributes } from '@tiptap/core' -// import { update } from 'cypress/types/lodash' export interface DetailsOptions { HTMLAttributes: { diff --git a/docs/src/demos/Experiments/Details/index.vue b/docs/src/demos/Experiments/Details/index.vue index 37044446..0a4dfa97 100644 --- a/docs/src/demos/Experiments/Details/index.vue +++ b/docs/src/demos/Experiments/Details/index.vue @@ -31,7 +31,7 @@ export default { ], content: `

Here is a details list:

-
+
An open details tag

More info about the details.