We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
toStyle
CheckButton.prototype.[$toHTML]
1 parent 16c8765 commit 7bba3bdCopy full SHA for 7bba3bd
1 file changed
src/core/xfa/template.js
@@ -1321,7 +1321,7 @@ class CheckButton extends XFAObject {
1321
[$toHTML](availableSpace) {
1322
// TODO: border, shape and mark.
1323
1324
- const style = toStyle("margin");
+ const style = toStyle(this, "margin");
1325
const size = measureToString(this.size);
1326
1327
style.width = style.height = size;
0 commit comments