kweb-core icon indicating copy to clipboard operation
kweb-core copied to clipboard

Remove generic from elementcreator

Open Derek52 opened this issue 3 years ago • 0 comments

This was a mostly trivial change. There was one issue with calling an extension function on a table. Using a cast I was able to make the extension function work. This fix made the code calling the extension function a bit uglier though. We may want to find a better way to deal with this issue, because it could potentially cause issues when we want more extension functions on specific element types.

Derek52 avatar Feb 18 '22 04:02 Derek52