if I have an editor as a fragment and I have the s...
# tornadofx
a
if I have an editor as a fragment and I have the scoping injected via
openInternalWindow(Editor::class, scope = catScheduleScope)
, is it necessary to pass back the changes in my view class?