jclib-ui 1.0.23 → 1.0.24
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.
package/dist/jclib-ui.es.js
CHANGED
|
@@ -22184,9 +22184,10 @@ function NavbarMU({
|
|
|
22184
22184
|
setOpcoes(configurarOpcoes(menus));
|
|
22185
22185
|
}, [filter, favorites]);
|
|
22186
22186
|
useEffect(() => {
|
|
22187
|
-
var _a;
|
|
22187
|
+
var _a, _b;
|
|
22188
22188
|
if (isDesktop()) {
|
|
22189
|
-
(_a = inputFiltro == null ? void 0 : inputFiltro.current) == null ? void 0 : _a.
|
|
22189
|
+
(_a = inputFiltro == null ? void 0 : inputFiltro.current) == null ? void 0 : _a.select();
|
|
22190
|
+
(_b = inputFiltro == null ? void 0 : inputFiltro.current) == null ? void 0 : _b.focus();
|
|
22190
22191
|
}
|
|
22191
22192
|
}, [isOpen]);
|
|
22192
22193
|
function saveFavorites(list) {
|