version switch: fix keyboard nav 2 #104747

Open
Tobias Heinke wants to merge 4 commits from Tobias/blender-manual:my into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e099054a8f - Show all commits

View File

@ -153,7 +153,7 @@ getNamed(v) {
const m = title.match(/\d\.\d[\w\d\.]*/)[0];
if (parseFloat(m) == v) {
v = ix;
return false;
break;
}
}
};