Skip to content

Commit 9102784

Browse files
committed
chore: update bubble text
1 parent 5d0a63c commit 9102784

8 files changed

Lines changed: 351 additions & 211 deletions

File tree

playground/src/App.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,11 @@ const MOCK_USERS = [{
172172
const BaseKit = [
173173
DocumentColumn,
174174
Text,
175-
Dropcursor,
175+
Dropcursor.configure({
176+
class: 'reactjs-tiptap-editor-theme',
177+
color: 'hsl(var(--primary))',
178+
width: 2,
179+
}),
176180
Gapcursor,
177181
HardBreak,
178182
Paragraph,
@@ -556,7 +560,7 @@ function App() {
556560
<RichTextBubbleText />
557561
<RichTextBubbleTwitter />
558562

559-
{/* <RichTextBubbleMenuDragHandle /> */}
563+
<RichTextBubbleMenuDragHandle />
560564

561565
{/* Command List */}
562566
<SlashCommandList />

0 commit comments

Comments
 (0)