[BUG] append initial logic block to another logic block
Describe the bug when add initial logic block into logic board. drag under the another block (etc. def, class, for, if) to append as child. but it is always appended outside(root level).
To Reproduce Steps to reproduce the behavior:
- Go to 'logic menu'
- Click on 'show vp note'
- Drag and drop 'logic block' in to 'logic board' under the another block
- See error
Expected behavior
what you expected to happen
when drag initial logic block under the another block as child. it is appended the target block not root level
Screenshots

Desktop (please complete the following information):
- OS: Mac 12.4
- Browser chrome 103.0.5060.134
VisualPython Information (please complete the following information):
- Version [2.2.8]
Additional context any other context about the problem here.
When new block is added, it is always added to another section. The same phenomenon can be seen in the screenshot of the issue written above.