Fix Shift-Enter regressions
This commit is contained in:
@@ -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);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user