diff options
author | 2021-07-29 19:51:01 +0300 | |
---|---|---|
committer | 2021-07-29 23:51:01 +0700 | |
commit | 4af1669e2dba94a1d170dfe563b88416582be716 (patch) | |
tree | 78b061a5461b086c13f99e2e800677707f1832d6 /source/features/one-click-pr-or-gist.tsx | |
parent | eca465690d2df1bcfdb3469f4b0ae488307e1ebc (diff) | |
download | refined-github-4af1669e2dba94a1d170dfe563b88416582be716.tar.gz refined-github-4af1669e2dba94a1d170dfe563b88416582be716.tar.zst refined-github-4af1669e2dba94a1d170dfe563b88416582be716.zip |
Preserve disabled state of `one-click-pr-or-gist` buttons (#4618)21.8.1
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 58b8a8ad..4d1fb2b4 100644 --- a/source/features/one-click-pr-or-gist.tsx +++ b/source/features/one-click-pr-or-gist.tsx @@ -29,6 +29,7 @@ function init(): void | false { initialGroupedButtons.after( <button + data-disable-invalid className={classList.join(' ')} aria-label={description} type="submit" |