aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBoxComment.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-26 15:39:06 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-26 15:39:06 -0400
commit4f01a91938e7afc4affde3af469db55bdb7be3b7 (patch)
tree809743d3b0d467480298a56c1cb20ee59cfb0a0e /src/client/views/nodes/FormattedTextBoxComment.tsx
parentd24622da70be0100846afb780f3f8734f22f4196 (diff)
shorterning of userMark to UM for readability. added onClick and contenteditable to DASHdiv stuff
Diffstat (limited to 'src/client/views/nodes/FormattedTextBoxComment.tsx')
-rw-r--r--src/client/views/nodes/FormattedTextBoxComment.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBoxComment.tsx b/src/client/views/nodes/FormattedTextBoxComment.tsx
index a9f76ae8f..7d441a48b 100644
--- a/src/client/views/nodes/FormattedTextBoxComment.tsx
+++ b/src/client/views/nodes/FormattedTextBoxComment.tsx
@@ -16,7 +16,6 @@ import React = require("react");
import { Docs } from "../../documents/Documents";
import wiki from "wikijs";
import { DocumentType } from "../../documents/DocumentTypes";
-import { DocumentView } from "./DocumentView";
export let formattedTextBoxCommentPlugin = new Plugin({
view(editorView) { return new FormattedTextBoxComment(editorView); }