diff --git a/src/ts/utils.ts b/src/ts/utils.ts index 6705a344656e..8876beaf7526 100644 --- a/src/ts/utils.ts +++ b/src/ts/utils.ts @@ -45,7 +45,7 @@ function copyToClipboard(str: string): void { const oldSelection = sel.getRangeAt(0); el.select(); // Select the