This commit is contained in:
2026-07-04 05:25:10 +03:00
parent 15c8ac283f
commit 3d658bbd13
+4
View File
@@ -93,6 +93,10 @@ export class Ut {
*/
static copyToClipboard(target) {
if (!target) {
return;
}
const isTextField = target instanceof HTMLInputElement || target instanceof HTMLTextAreaElement;
if (navigator.clipboard) {