Fix Shift-Enter regressions
This commit is contained in:
parent
308b1232bc
commit
2893fe11a3
@ -130,7 +130,7 @@ export function PageNavigator({
|
|||||||
newHint={`Create ${mode}`}
|
newHint={`Create ${mode}`}
|
||||||
completePrefix={completePrefix}
|
completePrefix={completePrefix}
|
||||||
onSelect={(opt) => {
|
onSelect={(opt) => {
|
||||||
onNavigate(opt?.ref);
|
onNavigate(opt?.ref || opt?.name);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user