Skip to content

Commit 018d8dd

Browse files
authored
fix: HOTFIX fix flashing mention list (#7030)
1 parent 8926d41 commit 018d8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/mainInput/TipTapEditor/TipTapEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function TipTapEditor(props: TipTapEditorProps) {
181181
onKeyUp={handleKeyUp}
182182
className={
183183
!props.isMainInput && shouldHideToolbar
184-
? "cursor-pointer hover:brightness-105"
184+
? "cursor-pointer"
185185
: "cursor-text"
186186
}
187187
onClick={() => {

0 commit comments

Comments
 (0)