mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-19 11:53:24 +02:00
feat: Add to sonarr dialog, reworked requests
This commit is contained in:
@@ -34,10 +34,9 @@
|
||||
});
|
||||
|
||||
const selectIndex = (index: number) => () => {
|
||||
if (index === activeIndex) {
|
||||
if (get(selectable.hasFocusWithin)) Selectable.giveFocus('right');
|
||||
return;
|
||||
}
|
||||
// if (index === activeIndex) {
|
||||
// if (get(selectable.hasFocusWithin)) Selectable.giveFocus('right');
|
||||
// }
|
||||
selectable.focusChild(index);
|
||||
const path =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user