Context Menus not running
When I try to execute a Context Menu, it says "The application did not respond", no errors in console
possibleContextMenuCommand got triggered[ERROR] Context Menu Command Denied PreconditionError: The precondition "Blacklist" is missing a "contextMenuRun" handler, but it was requested for the "userinfocontextmenu" command.
AllFlowPreconditions so TS alerts you to implement all methods
possibleContextMenuCommand[ERROR] Context Menu Command Denied PreconditionError: The precondition "Blacklist" is missing a "contextMenuRun" handler, but it was requested for the "userinfocontextmenu" command.AllFlowPreconditions async contextMenuRun() {
return this.ok();
}