Skip to content

Commit ffbdc4b

Browse files
authored
Update 3.show-result-texts-on-the-video.html
1 parent a0efe18 commit ffbdc4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

4.use-case/3.show-result-texts-on-the-video.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112

113113
divInf = document.createElement("div");
114114
divInf.className = 'bubble-box';
115-
// define width of the bubble box
116115
const divInfVerticalOffset = 4; //px
117116
const bodyStyle = getComputedStyle(document.body);
118117
if (bodyStyle.position === "static") {

0 commit comments

Comments
 (0)