Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 26b68e1

Browse files
committed
fix: missing argument
1 parent 15241fd commit 26b68e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
this.recognizers = {} // not reactive
3535
this.setupBuiltinRecognizers()
3636
this.setupCustomRecognizers()
37-
this.updateEnabled()
37+
this.updateEnabled(this.enabled)
3838
}
3939
},
4040
destroyed() {

0 commit comments

Comments
 (0)