From f48bcb580c4fda7a61091c828ed2d122e6091817 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Mon, 5 Jun 2017 19:57:17 -0400 Subject: [PATCH] bind focus in camera --- src/plugins/Webcam/index.js | 1 + 1 file changed, 1 insertion(+) 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 = {