Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4637 from Liunkae/custom-filters-spellcheck
Browse files Browse the repository at this point in the history
Disable spellcheck for custom filters list
  • Loading branch information
bbondy authored Oct 10, 2016
2 parents 720c0bf + 0bba1e8 commit f788874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/about/adblock.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ class AboutAdBlock extends React.Component {
value={getSetting(ADBLOCK_CUSTOM_RULES, this.state.settings) || ''}
className='customFiltersInput'
cols='100'
rows='10' />
rows='10'
spellCheck='false' />
</div>
</div>
</list>
Expand Down

0 comments on commit f788874

Please sign in to comment.