mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-23 17:14:55 +00:00
share: speed up share loads (#16165)
This commit is contained in:
@@ -145,7 +145,7 @@ export const SessionReview = (props: SessionReviewProps) => {
|
||||
const searchHandles = new Map<string, FileSearchHandle>()
|
||||
const readyFiles = new Set<string>()
|
||||
const [store, setStore] = createStore<{ open: string[]; force: Record<string, boolean> }>({
|
||||
open: props.diffs.length > 10 ? [] : props.diffs.map((d) => d.file),
|
||||
open: [],
|
||||
force: {},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user