This package is for all Umbraco users who are working on Umbraco 16.2+ and are frustrated that the right click context actions have disappeared from trees.
All this package does is use some very ugly and bad tree traversal and an event listener that allows your right clicks to go from this:
To this:
Add the package to an existing Umbraco website (v16.2+) from nuget:
dotnet add package Umbraco.Community.RightClicker
Now you can right click tree items all you want!
Contributions to this package are most welcome! Please read the Contributing Guidelines.
Thank you to Lotte Pitcher for her wonderful opinionated package starter kit

