• 
      

    Fix BaseView.renderInto() to actually call render().

    Review Request #12874 — Created March 8, 2023 and submitted — Latest diff uploaded

    Information

    Spina
    master

    Reviewers

    The renderInto() helper method handled the DOM manipulation with
    aplomb, but in a plot twist, neglected to ever call render(). This was
    a simple oversight.

    Used renderInto() and actually saw my render methods get called.

    Commits

    Files