Fix Shift-Enter regressions

pull/662/head
Zef Hemel 2024-01-24 14:56:02 +01:00
parent 308b1232bc
commit 2893fe11a3
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export function PageNavigator({
newHint={`Create ${mode}`}
completePrefix={completePrefix}
onSelect={(opt) => {
onNavigate(opt?.ref);
onNavigate(opt?.ref || opt?.name);
}}
/>
);