Skip to content

Commit 3271079

Browse files
committed
fix: [Bubble] explicitly make the text selectable
1 parent 06383ad commit 3271079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Bubble/style.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
white-space: pre-wrap;
1313
word-wrap: break-word;
1414
overflow-wrap: break-word;
15+
user-select: text;
1516
}
1617
&.image {
1718
img {

0 commit comments

Comments
 (0)