Fonts issues on Windows

This commit is contained in:
yflory
2018-04-19 11:14:22 +02:00
parent c190a38a6b
commit e1d59db30d
4 changed files with 9 additions and 0 deletions

View File

@@ -671,6 +671,8 @@ define([
}
});
$(input).change(function () { $(mark).focus(); });
return h('label.cp-checkmark', labelOpts, [
input,
mark,
@@ -711,6 +713,8 @@ define([
}
});
$(input).change(function () { $(mark).focus(); });
return h('label.cp-radio', labelOpts, [
input,
mark,