New chat started from template tiptap basic editor
I've fixed the FloatingMenu import error by removing the dependency on the non-existent @tiptap/react FloatingMenu component and implementing a custom positioning solution. The menu now uses absolute positioning with coordinates calculated from the editor's cursor position, and it updates dynamically when you type "/" to show the command palette.