File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
code/components/room-components/elements-tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ function mapElementsToTree(
81
81
actions : [
82
82
< div
83
83
key = "remove"
84
+ tabIndex = { 0 }
84
85
role = "button"
85
86
className = "bg-white p-1 cursor-pointer hover:bg-zinc-950 hover:text-white rounded-none"
86
87
onClick = { ( e ) => {
@@ -97,6 +98,7 @@ function mapElementsToTree(
97
98
</ div > ,
98
99
< div
99
100
key = "show-hidden"
101
+ tabIndex = { 0 }
100
102
role = "button"
101
103
className = "bg-white p-1 cursor-pointer hover:bg-zinc-950 hover:text-white rounded-none"
102
104
onClick = { ( e ) => {
@@ -127,6 +129,7 @@ function mapElementsToTree(
127
129
</ div > ,
128
130
< div
129
131
key = "lock-unlock"
132
+ tabIndex = { 0 }
130
133
role = "button"
131
134
className = "bg-white p-1 cursor-pointer hover:bg-zinc-950 hover:text-white rounded-none"
132
135
onClick = { ( e ) => {
You can’t perform that action at this time.
0 commit comments