MCPcopy
hub / github.com/refined-github/refined-github / triggerRepoNavOverflow

Function triggerRepoNavOverflow

source/github-helpers/index.ts:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190
191/** Trigger a reflow to push the right-most tab into the overflow dropdown */
192export function triggerRepoNavOverflow(): void {
193 dispatchEvent(new Event('resize'));
194}
195
196export function multilineAriaLabel(...lines: string[]): string {
197 return lines.join('\n');

Callers 3

addBugsTabFunction · 0.85
addReleasesTabFunction · 0.85
addReleasesDropdownItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected