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.
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]; const m = title.match(/\d\.\d[\w\d\.]*/)[0];
if (parseFloat(m) == v) { if (parseFloat(m) == v) {
v = ix; v = ix;
return false; break;
} }
} }
}; };