Disable check problems when autofix is not enabled (#563)
This commit is contained in:
@@ -208,7 +208,9 @@ export function ChatInput({ chatId }: { chatId?: number }) {
|
||||
setIsApproving(false);
|
||||
setIsPreviewOpen(true);
|
||||
refreshVersions();
|
||||
checkProblems();
|
||||
if (settings?.enableAutoFixProblems) {
|
||||
checkProblems();
|
||||
}
|
||||
|
||||
// Keep same as handleReject
|
||||
refreshProposal();
|
||||
|
||||
Reference in New Issue
Block a user