Skip to content
Snippets Groups Projects

Add feedback

Merged Christos requested to merge add-feedback into master
4 files
+ 9
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -32,6 +32,7 @@ const EditorWrapper = styled.span`
@@ -32,6 +32,7 @@ const EditorWrapper = styled.span`
`;
`;
const EditorComponent = ({ node, view, getPos }) => {
const EditorComponent = ({ node, view, getPos }) => {
 
console.log(node);
const editorRef = useRef();
const editorRef = useRef();
const context = useContext(WaxContext);
const context = useContext(WaxContext);