Skip to content
Snippets Groups Projects
Commit 8bc1e90f authored by chris's avatar chris
Browse files

demo text

parent eba23de5
No related branches found
No related tags found
1 merge request!318Inline nodeview
...@@ -52,7 +52,7 @@ const Editoria = () => { ...@@ -52,7 +52,7 @@ const Editoria = () => {
// readonly // readonly
layout={layout} layout={layout}
// onChange={debounce(source => { // onChange={debounce(source => {
// console.log(source); // console.log(JSON.stringify(source));
// }, 200)} // }, 200)}
// onBlur={source => console.log(source)} // onBlur={source => console.log(source)}
user={user} user={user}
......
This diff is collapsed.
...@@ -50,7 +50,7 @@ const Wrapper = styled.div` ...@@ -50,7 +50,7 @@ const Wrapper = styled.div`
const Main = styled.div` const Main = styled.div`
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
height: calc(100% - 40px); height: 100%;
`; `;
const TopMenu = styled.div` const TopMenu = styled.div`
......
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