Skip to content

Commit 518965c

Browse files
committed
Progress.
1 parent 8056bc7 commit 518965c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-extension/tests/har-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ function injectGitcassoScript(key: keyof typeof PAGES, html: string) {
509509
}
510510
511511
function updateCommentSpotDisplay() {
512-
const enhanced = window.enhancedTextareas ? window.enhancedTextareas.getAllEnhanced() : [];
512+
const enhanced = window.gitcassoTextareaRegistry ? window.gitcassoTextareaRegistry.getAllEnhanced() : [];
513513
514514
console.log('Enhanced textareas:', enhanced.length);
515515
console.log('All textareas on page:', document.querySelectorAll('textarea').length);

0 commit comments

Comments
 (0)