Lines Matching refs:selected
831 let find = list.find((it) => it.selected);
834 list.forEach((it) => (it.selected = false));
835 list[0].selected = true;
839 if (list[i].selected) {
840 list[i].selected = false;
844 list[list.length - 1].selected = true;
848 list[i - 1].selected = true;
854 list[0].selected = true;
858 list[i + 1].selected = true;
870 if (flag.selected) {
879 if (slice.selected) {