diff options
author | 2019-08-31 01:26:28 +0700 | |
---|---|---|
committer | 2019-08-31 01:26:28 +0700 | |
commit | 8d0393542bd712d7bb7f93874118dedd07b62c7b (patch) | |
tree | 0a139195466ba76bf5abdd6cbb979e55dcf3322a /source/features/minimize-upload-bar.tsx | |
parent | 0ca864af6da9cac9f503e4abd0c58b60fbe1abc6 (diff) | |
download | refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.tar.gz refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.tar.zst refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.zip |
Update dependencies and lint (#2391)19.8.31
Diffstat (limited to 'source/features/minimize-upload-bar.tsx')
-rw-r--r-- | source/features/minimize-upload-bar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/minimize-upload-bar.tsx b/source/features/minimize-upload-bar.tsx index a325388d..db0d3ceb 100644 --- a/source/features/minimize-upload-bar.tsx +++ b/source/features/minimize-upload-bar.tsx @@ -5,7 +5,7 @@ import delegate, {DelegateEvent} from 'delegate-it'; import features from '../libs/features'; import * as icons from '../libs/icons'; -async function addButton(): Promise<void> { +function addButton(): void { for (const toolbarButton of select.all('md-ref')) { toolbarButton.after( <button type="button" className="toolbar-item tooltipped tooltipped-n rgh-upload-btn" aria-label="Attach files"> |