Toad 10.6 - Issues with selecting text in comments section

I am using Toad Profession v 10.6.1.3. As an example, if i have the following code:

/*
This will get the current date
*/
SELECT SYSDATE
FROM dual;

and I click on any of the code section (not green), the cursor will be in the correct location. However, if I try to click in comments sections, say the d in date, it will go to the space before the or a random location. Any clues as to why I can’t click on a specific spot in the comments? Do I need to change a setting (which seems absurd)?

Thanks