mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 16:04:38 -07:00
Fix so rewind starts at the bottom and loadHistory refreshes static content. (#17335)
This commit is contained in:
@@ -219,6 +219,7 @@ export const useSlashCommandProcessor = (
|
||||
},
|
||||
loadHistory: (history, postLoadInput) => {
|
||||
loadHistory(history);
|
||||
refreshStatic();
|
||||
if (postLoadInput !== undefined) {
|
||||
actions.setText(postLoadInput);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user