Version 1.2.2

This commit is contained in:
2024-03-24 12:24:36 +01:00
parent ad42f33142
commit 1b2dd7f43a
2 changed files with 3 additions and 24 deletions

View File

@@ -129,7 +129,7 @@ abstract class Komponent {
* HTMLBuilder.render() is called 1st time the component is rendered, after that this
* method will be called
*/
protected fun renderUpdate() {
open fun renderUpdate() {
refresh()
}