Skip to content

Commit 0f3ee6f

Browse files
committed
test: fix flow errors
1 parent 24fd4a8 commit 0f3ee6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wrappers/wrapper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,11 +531,13 @@ export default class Wrapper implements BaseWrapper {
531531

532532
if (options) {
533533
Object.keys(options).forEach(key => {
534+
// $FlowIgnore
534535
eventObject[key] = options[key]
535536
})
536537
}
537538

538539
if (event.length === 2) {
540+
// $FlowIgnore
539541
eventObject.keyCode = modifiers[event[1]]
540542
}
541543

0 commit comments

Comments
 (0)