Skip to content

Commit df92bc2

Browse files
committed
Mark video sensing drawable as non-interactive
1 parent ef02dc8 commit df92bc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/io/video.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ class Video {
157157
if (renderer.markSkinAsPrivate) {
158158
renderer.markSkinAsPrivate(this._skinId);
159159
}
160+
if (renderer.markDrawableAsNoninteractive) {
161+
renderer.markDrawableAsNoninteractive(this._skinId);
162+
}
160163
}
161164

162165
// if we haven't already created and started a preview frame render loop, do so

0 commit comments

Comments
 (0)