Line #372, ‘BodyTextEditor’ components are created as local objects of the 'render'
function:
c = component.Component(BodyTextEditor(r), model='edit')
So, at the end of the function execution, Python will normally discard them with
their callbacks.
You must keep a reference on the components, for example in their parent.