Fix form options

This commit is contained in:
Shin'ya UEOKA 2019-10-05 13:56:21 +00:00
parent 0dec6c641f
commit 8428671a0a
5 changed files with 35 additions and 28 deletions

View file

@ -59,7 +59,7 @@ export default class Properties {
hintchars?: string;
smoothscroll?: boolean;
complete?: string;
}) {
} = {}) {
this.hintchars = hintchars || defaultValues.hintchars;
this.smoothscroll = smoothscroll || defaultValues.smoothscroll;
this.complete = complete || defaultValues.complete;