asgh - 2023-01-22

When using the toggle comment shortcut (ctrl+/) it works great when there isn't a comment at the end of the node already.
Using the shortcut, it comments out the node properly. But when using the shortcut to uncomment the same node, if there was already a comment at the end of the node, it removes the endmost --> instead of the comment at the end of the node before the original comment.

To reproduce:
1. Create a single line node and add a comment at the end of it on the same line.
2. With the cursor within the node, use the shortcut keys (ctrl+/) to comment it out.
3. Within the same node, use the same shortcut keys again (ctrl+/) to uncomment the node. It will remove the closing --> for the original comment instead of the closing --> for the node.

I'm hoping this is a minor bug and not an intended feature.
Thanks!