diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-08-29 15:43:15 -0400 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-08-29 15:43:15 -0400 |
commit | 9b2562906bf3b87f18854dcaab9ad12b19dc3fce (patch) | |
tree | 9c253cbf5afef7445af63604043ffa49f00a06e2 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 8e2e2c1126086cbc87432bb0466205f892d8ae98 (diff) |
merge conflicts
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index e08c4c988..ec1ddbdb7 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -37,12 +37,9 @@ import { DocumentDecorations } from '../DocumentDecorations'; import { DictationManager } from '../../util/DictationManager'; import { ReplaceStep } from 'prosemirror-transform'; import { DocumentType } from '../../documents/DocumentTypes'; -<<<<<<< HEAD import { link } from 'fs'; -======= import { selectionSizePlugin, findStartOfMark, findUserMark, findEndOfMark, findOtherUserMark, SelectionSizeTooltip } from './FormattedTextBoxComment'; import { date } from 'serializr'; ->>>>>>> 22a5999626b11cf75cafbcd421601e668438f6ad library.add(faEdit); library.add(faSmile, faTextHeight, faUpload); |