mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 05:50:08 +00:00
bind focus in camera
This commit is contained in:
parent
a4c432b214
commit
f48bcb580c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue