Few bugs to consider and how to reproduce these bugs

Guys, I figured out why this is happening and I think I fixed it. Basically what is happening is that the action card generated by your scripts is locking your file click focus access. So if you look at your thread you will see an action card for your scripts. I bet you can still click on that right? And that will open the script for that action right? Ok so if you delete that script after completing the action then it should give you your standard file click action back. The issue of course is that v0 will often create scripts to run in error, so they may just go unused and permanently trap focus for file click. This solution worked for me. but go ahead and try it yourself. Oh also you need to get v0 to make a change after deleting the scripts in order to see focus and clickability return to regular changed files. I’m certain with > 99% confidence that this is the root issue and solution. Obviously the best solution would be to make it so focus on file click isn’t trapped by the actions card since the action card is > 50% redundant or wrong.

2 Likes