mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
fix TSLint error
This commit is contained in:
parent
52c122109f
commit
ac71bbaef3
@ -161,7 +161,7 @@ export class FormElementCheckbox extends FormElement {
|
|||||||
this.element.classList.toggle("checked", this.value);
|
this.element.classList.toggle("checked", this.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
focus(parent) {}
|
focus() {}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class FormElementItemChooser extends FormElement {
|
export class FormElementItemChooser extends FormElement {
|
||||||
|
Loading…
Reference in New Issue
Block a user