<@U0F3291QE> I have a component which has some fie...
# tornadofx
a
@edvin I have a component which has some fields and buttons. That component can be opened as a
tab
as well as a
popup
It can be possible that the view may be open in a
tab
and I can open the same view from somewhere else in a
popup
. Here I can't use
inject()
because as you said a
node
can have only one parent, so whenever I call the view again as a
popup
it will get removed from the
tab
. So how can I get the above functionality using
fragment
?