diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-19 15:50:40 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-19 15:50:40 -0400 |
commit | e0c2836639110d0c7bdea311c722f406850b794d (patch) | |
tree | 2cd7939d5ad06a4bc89c12b2f588695ffcc88e7b /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 825122ee8c8dc450a64f8bd5582b1cc5026042b4 (diff) |
added close back to dcument decorations. moved iconify to the right of doc decs.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 02f28a4ac..c23ecb8ac 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -57,7 +57,6 @@ import { FieldView, FieldViewProps } from "../FieldView"; import "./FormattedTextBox.scss"; import { FormattedTextBoxComment, formattedTextBoxCommentPlugin } from './FormattedTextBoxComment'; import React = require("react"); -import { InkingStroke } from '../../InkingStroke'; library.add(faEdit); library.add(faSmile, faTextHeight, faUpload); |