Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Selected files cannot be reselected in AGF tree view #185

Open spectrius opened 4 years ago

spectrius commented 4 years ago

When a file is selected in the AGF tree view, you have to deselect it somehow (for example by selecting another file) to reselect it.

This can be problematic if you switch files using other methods than the AGF tree view (file view, tabs, etc.) then want to switch back to the previously selected file - you'll have to deselect it which can be annoying.