diff options
Diffstat (limited to 'source/features/clean-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/clean-repo-filelist-actions.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/clean-repo-filelist-actions.tsx b/source/features/clean-repo-filelist-actions.tsx index 37695717..8c9b7bbd 100644 --- a/source/features/clean-repo-filelist-actions.tsx +++ b/source/features/clean-repo-filelist-actions.tsx @@ -59,6 +59,5 @@ void features.add(import.meta.url, { pageDetect.isRepoTree, pageDetect.isSingleFile, ], - awaitDomReady: false, init, }); |