diff options
Diffstat (limited to 'source/features/one-click-pr-or-gist.tsx')
-rw-r--r-- | source/features/one-click-pr-or-gist.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/features/one-click-pr-or-gist.tsx b/source/features/one-click-pr-or-gist.tsx index 01b9d444..824b3f30 100644 --- a/source/features/one-click-pr-or-gist.tsx +++ b/source/features/one-click-pr-or-gist.tsx @@ -48,6 +48,9 @@ void features.add(import.meta.url, { pageDetect.isCompare, pageDetect.isGist, ], + exclude: [ + () => select.exists('[data-show-dialog-id="drafts-upgrade-dialog"]'), + ], deduplicate: 'has-rgh', awaitDomReady: true, init, |