forked from MapComplete/MapComplete
Refactoring: More cleanup of index.css
This commit is contained in:
parent
23b26c4197
commit
4548689a28
3 changed files with 10 additions and 299 deletions
|
@ -14,7 +14,6 @@ export default abstract class BaseUIElement {
|
|||
|
||||
public onClick(f: () => void) {
|
||||
this._onClick = f
|
||||
this.SetClass("clickable")
|
||||
if (this._constructedHtmlElement !== undefined) {
|
||||
this._constructedHtmlElement.onclick = f
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue