Fix sharebutton

This commit is contained in:
Pieter Vander Vennet 2021-06-15 01:24:04 +02:00
parent afbe765ce9
commit 42d13f564c
7 changed files with 51 additions and 59 deletions

View file

@ -86,6 +86,7 @@ export default abstract class BaseUIElement {
}
return this;
}
/**
* The same as 'Render', but creates a HTML element instead of the HTML representation
*/