Skip to content
Snippets Groups Projects
Commit 0060c020 authored by chris's avatar chris
Browse files

comment out new service

parent 809aca3c
No related branches found
No related tags found
1 merge request!390Chat service
...@@ -64,7 +64,7 @@ const Hhmi = () => { ...@@ -64,7 +64,7 @@ const Hhmi = () => {
autoFocus autoFocus
customValues={{ showFeedBack: submited }} customValues={{ showFeedBack: submited }}
fileUpload={file => renderImage(file)} fileUpload={file => renderImage(file)}
// value={t} value={t}
readonly={readOnly} readonly={readOnly}
layout={HhmiLayout} layout={HhmiLayout}
// onChange={source => console.log(source)} // onChange={source => console.log(source)}
......
...@@ -68,14 +68,14 @@ export default { ...@@ -68,14 +68,14 @@ export default {
}, },
], ],
ChatService: { getContent }, // ChatService: { getContent },
SchemaService: DefaultSchema, SchemaService: DefaultSchema,
RulesService: [emDash, ellipsis], RulesService: [emDash, ellipsis],
PmPlugins: [columnResizing(), tableEditing(), invisibles([hardBreak()])], PmPlugins: [columnResizing(), tableEditing(), invisibles([hardBreak()])],
services: [ services: [
new ChatService(), // new ChatService(),
new MatchingService(), new MatchingService(),
new MatchingToolGroupService(), new MatchingToolGroupService(),
new FillTheGapQuestionService(), new FillTheGapQuestionService(),
......
...@@ -10,7 +10,6 @@ const UndoRedoButton = ({ view = {}, item }) => { ...@@ -10,7 +10,6 @@ const UndoRedoButton = ({ view = {}, item }) => {
pmViews: { main }, pmViews: { main },
activeViewId, activeViewId,
activeView, activeView,
options,
} = useContext(WaxContext); } = useContext(WaxContext);
const isEditable = main.props.editable(editable => { const isEditable = main.props.editable(editable => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment