diff --git a/src/plugins/Webcam/index.js b/src/plugins/Webcam/index.js index 803c23418..fcb825047 100644 --- a/src/plugins/Webcam/index.js +++ b/src/plugins/Webcam/index.js @@ -19,6 +19,7 @@ module.exports = class Webcam extends Plugin { this.id = 'Webcam' this.title = 'Webcam' this.icon = WebcamIcon + this.focus = this.focus.bind(this) // set default options const defaultOptions = {