Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created April 24, 2025 10:53
Show Gist options
  • Save tablacus/c1d3cb0c5962847a1b37d91372a2c7fa to your computer and use it in GitHub Desktop.
Save tablacus/c1d3cb0c5962847a1b37d91372a2c7fa to your computer and use it in GitHub Desktop.
Something like hot button - Tablacus Explorer
if (FV.FocusedItem) {
const FolderItem = FolderMenu.Open(FV.FocusedItem, pt.x, pt.y, "*", 1);
if (FolderItem) {
FolderMenu.Invoke(FolderItem);
}
}
@tablacus
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment