mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
Remove uses of editor scope values (#23312)
GitOrigin-RevId: 97e2188bc1363618b60f722fa317a5b240d5013b
This commit is contained in:
@@ -49,7 +49,7 @@ async function tryGetDiffSize(
|
||||
|
||||
export const useDebugDiffTracker = (
|
||||
projectId: string,
|
||||
currentDocument: DocumentContainer
|
||||
currentDocument: DocumentContainer | null
|
||||
) => {
|
||||
const debugCurrentDocument = useRef<DocumentContainer | null>(null)
|
||||
const debugProjectId = useRef<string | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user