diff options
Diffstat (limited to 'source/features/one-click-pr-or-gist.tsx')
-rw-r--r-- | source/features/one-click-pr-or-gist.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/one-click-pr-or-gist.tsx b/source/features/one-click-pr-or-gist.tsx index 8fcbde0b..01b9d444 100644 --- a/source/features/one-click-pr-or-gist.tsx +++ b/source/features/one-click-pr-or-gist.tsx @@ -49,5 +49,6 @@ void features.add(import.meta.url, { pageDetect.isGist, ], deduplicate: 'has-rgh', + awaitDomReady: true, init, }); |