From 73633c2693429eb4cff13b7787118827575e433f Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 21 Oct 2024 18:48:00 +0800 Subject: [PATCH] fix: corrected 'bubble menu' to 'floating menu' in floatingmenu.mdx --- .changeset/angry-pets-approve.md | 5 +++++ src/content/editor/extensions/functionality/floatingmenu.mdx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/angry-pets-approve.md diff --git a/.changeset/angry-pets-approve.md b/.changeset/angry-pets-approve.md new file mode 100644 index 0000000..a76e1e0 --- /dev/null +++ b/.changeset/angry-pets-approve.md @@ -0,0 +1,5 @@ +--- +'tiptap-docs': patch +--- + +The term 'bubble menu' was mistakenly used instead of 'floating menu' due to copy-paste from another document. diff --git a/src/content/editor/extensions/functionality/floatingmenu.mdx b/src/content/editor/extensions/functionality/floatingmenu.mdx index 657687e..71ee48a 100644 --- a/src/content/editor/extensions/functionality/floatingmenu.mdx +++ b/src/content/editor/extensions/functionality/floatingmenu.mdx @@ -86,7 +86,7 @@ new Editor({ ### Other frameworks -Check out the demo at the [top of this page](#) to see how to integrate the bubble menu extension with React or Vue. +Check out the demo at the [top of this page](#) to see how to integrate the floating menu extension with React or Vue. ### Custom logic