Skip to content

Commit a08179b

Browse files
committed
fixup! fixup! fixup: IME input
Signed-off-by: Christian Hartmann <[email protected]>
1 parent ce7af80 commit a08179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/QuestionMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export default {
473473
onCompositionEnd({ target, isComposing }) {
474474
this.isIMEComposing = false
475475
if (!isComposing) {
476-
this.addNewEntry({target, isComposing})
476+
this.addNewEntry({ target, isComposing })
477477
}
478478
},
479479
},

0 commit comments

Comments
 (0)