refactoring

This commit is contained in:
Philipp Kühn
2021-03-14 18:00:50 +01:00
parent baa5bcc964
commit 109bff0892
7 changed files with 30 additions and 96 deletions

View File

@@ -135,7 +135,7 @@ export default () => {
draggable: true,
addNodeView() {
return ReactNodeViewRenderer((props) => {
console.log({props})
// console.log({props})
return (
<NodeViewWrapper>
<div className="heading">
@@ -159,8 +159,8 @@ export default () => {
],
content: `
<h1>h1</h1>
<h2>h2</h2>
<h1>heading</h1>
<h2>heading</h2>
<p>paragraph</p>
`,
// content: `