Skip to content

Commit c3c3f12

Browse files
committed
fix: focus target should not be clickable
1 parent cc38394 commit c3c3f12

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/component/src/BasicTranscript.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ const ROOT_STYLE = {
9999

100100
'& .webchat__basic-transcript__transcript': {
101101
listStyleType: 'none'
102+
},
103+
104+
'& .webchat__basic-transcript__activity-focus-target': {
105+
pointerEvents: 'none'
102106
}
103107
}
104108
};

0 commit comments

Comments
 (0)