fix: stabilize history diff loading and comments
Prevents History file loading from getting stuck Disables inline comments in History diffs Keeps review comments available in regular diff views
This commit is contained in:
@@ -660,10 +660,11 @@ export const HistoryCommitRow = React.memo(({
|
||||
original={cached.original}
|
||||
modified={cached.modified}
|
||||
language={getLanguageFromExtension(file.path) || ''}
|
||||
fileName={file.path}
|
||||
renderSideBySide={false}
|
||||
layout="inline"
|
||||
/>
|
||||
fileName={file.path}
|
||||
renderSideBySide={false}
|
||||
layout="inline"
|
||||
enableComments={false}
|
||||
/>
|
||||
);
|
||||
})()}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user