You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/content.js
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -145,12 +145,9 @@ function meetingRoutines(uiType) {
145
145
})
146
146
147
147
// CRITICAL DOM DEPENDENCY. Grab the transcript element. This element is present, irrespective of captions ON/OFF, so this executes independent of operation mode.
148
-
lettranscriptTargetNode
149
-
// Expect two elements with role=region in the DOM: captions region and meeting controls region. Captions region is the new addition. Meeting controls region was always present. So check if both exist and only then pick the first.
0 commit comments