@gustavo-valsechi/client 1.4.125 → 1.4.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,6 +190,7 @@ const TargetProviderContainer = ({ children }) => {
|
|
|
190
190
|
onMouseLeave: () => {
|
|
191
191
|
insideMemory.splice(import_lodash.default.findIndex(insideMemory, (i) => i === index), 1);
|
|
192
192
|
},
|
|
193
|
+
onClick: () => elementFocusable(target, index).focus(),
|
|
193
194
|
children: target.component
|
|
194
195
|
}
|
|
195
196
|
),
|
|
@@ -156,6 +156,7 @@ const TargetProviderContainer = ({ children }) => {
|
|
|
156
156
|
onMouseLeave: () => {
|
|
157
157
|
insideMemory.splice(_.findIndex(insideMemory, (i) => i === index), 1);
|
|
158
158
|
},
|
|
159
|
+
onClick: () => elementFocusable(target, index).focus(),
|
|
159
160
|
children: target.component
|
|
160
161
|
}
|
|
161
162
|
),
|