Skip to content

Commit bbfca79

Browse files
committed
fix(vue-2): correct changeset description for FloatingMenu registration fix
1 parent 0f1f0a6 commit bbfca79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/2026-05-27-fix-vue-2-floating-menu-watcher-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@tiptap/vue-2': patch
33
---
44

5-
Fix `TypeError: Cannot read properties of undefined (reading 'style')` thrown by `FloatingMenu` when the editor prop is provided synchronously. The component now registers the floating-menu plugin from `mounted()` (matching `BubbleMenu`) instead of an `immediate: true` watcher that fired before `$el` was available.
5+
Fix FloatingMenu not registering when the editor prop is provided synchronously, which prevented the menu from appearing

0 commit comments

Comments
 (0)