From 5bba22eefc5a20a8aed7f8c8d2163f6be2e7d594 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Wed, 8 Nov 2023 13:56:07 -0500 Subject: [PATCH] Fixes copy cloud patch link --- src/webviews/apps/plus/patchDetails/patchDetails.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/patchDetails/patchDetails.ts b/src/webviews/apps/plus/patchDetails/patchDetails.ts index 5038a6b..b909ac5 100644 --- a/src/webviews/apps/plus/patchDetails/patchDetails.ts +++ b/src/webviews/apps/plus/patchDetails/patchDetails.ts @@ -99,7 +99,7 @@ export class PatchDetailsApp extends App> { DOM.on('gl-patch-details-app', 'gl-patch-share-local-patch', () => this.onShareLocalPatch(), ), - DOM.on('gl-patch-details-app', 'gl-patch-copy-cloud-link', () => + DOM.on('gl-draft-details', 'gl-patch-details-copy-cloud-link', () => this.onCopyCloudLink(), ), DOM.on(