diff options
Diffstat (limited to 'source/features/tab-to-indent.tsx')
-rw-r--r-- | source/features/tab-to-indent.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/tab-to-indent.tsx b/source/features/tab-to-indent.tsx index fc552b76..b726d98d 100644 --- a/source/features/tab-to-indent.tsx +++ b/source/features/tab-to-indent.tsx @@ -1,4 +1,5 @@ import {eventHandler} from 'indent-textarea'; + import features from '../libs/features'; import {listenToCommentFields} from './comment-fields-keyboard-shortcuts'; |