renderappend

  1. Kiffi

    B4J Question [BANano] (Render)Append returns the wrong BANanoElement?

    Hello, i'm not sure if this is a bug: Dim myBANanoElement As BANanoElement myBANanoElement = BANano.GetElement("body") Log(myBANanoElement) ' -> body-Element (correct) myBANanoElement = BANano.GetElement("body").Append($"<div></div>"$) Log(myBANanoElement) ' -> also body-Element...
Top