Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/features/tab-to-indent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ void features.add({
screenshot: 'https://user-images.githubusercontent.com/1402241/33802977-beb8497c-ddbf-11e7-899c-698d89298de4.gif'
}, {
include: [
pageDetect.hasCode
pageDetect.hasCode,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think hasCode is necessary anymore

Suggested change
pageDetect.hasCode,

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is code is needed for editing files etc.. But my first commit was correct. Not the second. Since all hasRichTextEditor adds is isNewIssue

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Editing files don’t use the rich text editor

pageDetect.isNewIssue
],
waitForDomReady: false,
repeatOnAjax: false,
Expand Down