forked from MapComplete/MapComplete
Experimenting with the ShareButton
This commit is contained in:
parent
e10f9b61e2
commit
2d25393962
7 changed files with 61 additions and 23 deletions
|
@ -15,7 +15,7 @@ export default class ShareButton extends UIElement{
|
|||
}
|
||||
|
||||
InnerRender(): string {
|
||||
return `<button type="button" id="${this.id}">${this._embedded.Render()}</button>`
|
||||
return `<button type="button" class="share-button" id="${this.id}">${this._embedded.Render()}</button>`
|
||||
}
|
||||
|
||||
protected InnerUpdate(htmlElement: HTMLElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue