mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-04 12:44:33 +08:00
Added a scroll to bottom button, made the automatic scroll stop when the user scrolls up (#401)
* Added go to bottom, Smooth scroll in markdown body * scroll margin prameter added to config --------- Co-authored-by: DEVOP <DEVOP@EXAMPLE.COM>
This commit is contained in:
@@ -104,6 +104,7 @@ export const defaultConfig = {
|
||||
clickIconAction: 'popup',
|
||||
insertAtTop: isMobile(),
|
||||
lockWhenAnswer: false,
|
||||
answerScrollMargin: 200,
|
||||
autoRegenAfterSwitchModel: false,
|
||||
selectionToolsNextToInputBox: false,
|
||||
alwaysPinWindow: false,
|
||||
|
||||
Reference in New Issue
Block a user