Skip to content

Commit

Permalink
Remove character limit in the blocked words input
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
mogproject committed Jun 2, 2021
1 parent c6f53c3 commit 968efc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ class PopupApp {
elem.placeholder = chrome.i18n.getMessage('blocked_words_description');
elem.rows = 3;
elem.wrap = 'off';
elem.maxLength = 500;
elem.addEventListener('input', () => this.renderBlockedWordsAddButton());

return elem;
Expand Down

0 comments on commit 968efc1

Please sign in to comment.