Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🏷️ Add overload for
Clipboard.dangerouslyPasteHTML()
`Clipboard.dangerouslyPasteHTML()` is allowed to be called without an index as its first argument. At the moment, doing this results in a compilation error: ``` (method) Clipboard.dangerouslyPasteHTML(index: number, html: string, source?: EmitterSource): void Expected 2-3 arguments, but got 1.ts(2554) ``` This change adds the overload to allow this.
- Loading branch information