Skip to content

Commit aee50bb

Browse files
committed
💄 Add more text elements
1 parent 53e901c commit aee50bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ const TEXT_ELEMENTS: string[] = [
2121
'BLOCKQUOTE',
2222
'CODE',
2323
'PRE',
24+
'STRONG',
25+
'B',
26+
'I',
27+
'EM',
28+
'S',
29+
'U',
30+
'MARK',
31+
'Q',
32+
'CITE',
2433
];
2534

2635
const Cursor: React.FC<CursorProps> = ({ zIndex = 9999 }) => {

0 commit comments

Comments
 (0)