MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / openThisMenu

Function openThisMenu

ts/menu_ts.ts:1207–1213  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1205}
1206
1207function openThisMenu(element) {
1208 var id = element.id
1209 var content: ShowContent = new ShowContent(id)
1210 content.show()
1211 enableGroupSelection(".bulk")
1212 return
1213}
1214
1215class PopupWindow {
1216 DocumentID: string = "popup-custom"

Callers

nothing calls this directly

Calls 2

showMethod · 0.95
enableGroupSelectionFunction · 0.70

Tested by

no test coverage detected