diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-26 15:39:06 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-26 15:39:06 -0400 |
commit | 4f01a91938e7afc4affde3af469db55bdb7be3b7 (patch) | |
tree | 809743d3b0d467480298a56c1cb20ee59cfb0a0e /src/client/views/nodes/FormattedTextBoxComment.tsx | |
parent | d24622da70be0100846afb780f3f8734f22f4196 (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.tsx | 1 |
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); } |