@@ -51,7 +51,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
5151 align = "center"
5252 justify = "between"
5353 py = "1"
54- style = { { cursor : ' pointer' , userSelect : ' none' } }
54+ className = " cursor- pointer select- none"
5555 onClick = { ( ) => toggleSection ( 'rooms' ) }
5656 >
5757 < Text size = "2" weight = "bold" > Rooms</ Text >
@@ -66,7 +66,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
6666 align = "center"
6767 justify = "between"
6868 py = "1"
69- style = { { cursor : ' pointer' , userSelect : ' none' } }
69+ className = " cursor- pointer select- none"
7070 onClick = { ( ) => toggleSection ( 'tasks' ) }
7171 >
7272 < Text size = "2" weight = "bold" > Tasks</ Text >
@@ -81,7 +81,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
8181 align = "center"
8282 justify = "between"
8383 py = "1"
84- style = { { cursor : ' pointer' , userSelect : ' none' } }
84+ className = " cursor- pointer select- none"
8585 onClick = { ( ) => toggleSection ( 'procedures' ) }
8686 >
8787 < Text size = "2" weight = "bold" > Procedures</ Text >
@@ -96,7 +96,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
9696 align = "center"
9797 justify = "between"
9898 py = "1"
99- style = { { cursor : ' pointer' , userSelect : ' none' } }
99+ className = " cursor- pointer select- none"
100100 onClick = { ( ) => toggleSection ( 'enums' ) }
101101 >
102102 < Text size = "2" weight = "bold" > Enums</ Text >
@@ -111,7 +111,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
111111 align = "center"
112112 justify = "between"
113113 py = "1"
114- style = { { cursor : ' pointer' , userSelect : ' none' } }
114+ className = " cursor- pointer select- none"
115115 onClick = { ( ) => toggleSection ( 'types' ) }
116116 >
117117 < Text size = "2" weight = "bold" > Types</ Text >
@@ -126,7 +126,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
126126 align = "center"
127127 justify = "between"
128128 py = "1"
129- style = { { cursor : ' pointer' , userSelect : ' none' } }
129+ className = " cursor- pointer select- none"
130130 onClick = { ( ) => toggleSection ( 'explorer' ) }
131131 >
132132 < Text size = "2" weight = "bold" > Explorer</ Text >
@@ -142,7 +142,7 @@ export default function CollectionContextPanel({ scope, requireCommit }: Collect
142142 align = "center"
143143 justify = "between"
144144 py = "1"
145- style = { { cursor : ' pointer' , userSelect : ' none' } }
145+ className = " cursor- pointer select- none"
146146 onClick = { ( ) => toggleSection ( 'history' ) }
147147 >
148148 < Text size = "2" weight = "bold" > History</ Text >
0 commit comments