Skip to content
Snippets Groups Projects
Commit 25965f0e authored by chris's avatar chris
Browse files

remove console.log

parent 1679aa93
No related branches found
No related tags found
1 merge request!396add inputs
......@@ -55,7 +55,7 @@ const Hhmi = () => {
value={aa}
readonly={readOnly}
layout={HhmiLayout}
onChange={source => console.log(source)}
// onChange={source => console.log(source)}
/>
</>
);
......
......@@ -128,7 +128,6 @@ export default ({ setPosition, position }) => {
useEffect(() => {
if (addOptionRef.current) addOptionRef.current.focus();
if (!activeView.state.selection.node) return;
const { tr } = activeView.state;
if (previousNode.from !== currentNode.from) {
tr.setNodeMarkup(position.from, undefined, {
......
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