Skip to content

Commit

Permalink
Remove CJK crash workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jan 24, 2019
1 parent 97fa421 commit 94e427b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions lib/editor/tab-decorator.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/note-content-editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { filterHasText, searchPattern } from './utils/filter-notes';
import matchingTextDecorator from './editor/matching-text-decorator';
import checkboxDecorator from './editor/checkbox-decorator';
import tabDecorator from './editor/tab-decorator';
import { removeCheckbox, shouldRemoveCheckbox } from './editor/checkbox-utils';
import { taskRegex } from './note-detail/toggle-task/constants';
import insertOrRemoveCheckboxes from './editor/insert-or-remove-checkboxes';
Expand Down Expand Up @@ -180,7 +179,6 @@ export default class NoteContentEditor extends Component {
compact([
filterHasText(filter) && matchingTextDecorator(searchPattern(filter)),
checkboxDecorator(this.replaceRangeWithText),
tabDecorator(),
])
)
);
Expand Down

0 comments on commit 94e427b

Please sign in to comment.