File tree 2 files changed +5
-2
lines changed
src/frontend/features/notes/components
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
"style" : {
15
15
"noNonNullAssertion" : " off"
16
16
},
17
+ "a11y" : {
18
+ "useKeyWithClickEvents" : " off"
19
+ },
17
20
"suspicious" : {
18
21
"noArrayIndexKey" : " off"
19
22
},
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ export function NotesHeader() {
39
39
className = "non-draggable flex cursor-default items-center justify-center gap-x-1 pl-2"
40
40
onClick = { sortContextMenu }
41
41
>
42
- < h1 className = "line-clamp-1 truncate font-semibold break-all text-ellipsis whitespace-break-spaces select-none " >
42
+ < h1 className = "line-clamp-1 select-none truncate text-ellipsis whitespace-break-spaces break-all font-semibold " >
43
43
{ title }
44
44
</ h1 >
45
- < ChevronDown className = "text-muted-foreground mt-1 mr-4 h-[1rem] w-[1rem] shrink-0" />
45
+ < ChevronDown className = "mt-1 mr-4 h-[1rem] w-[1rem] shrink-0 text-muted-foreground " />
46
46
</ div >
47
47
< Button
48
48
type = "button"
You can’t perform that action at this time.
0 commit comments