Skip to content

Commit

Permalink
Update block.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zeltrex7 committed Jan 4, 2024
1 parent c5a4f3c commit 4d19ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/block/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ class NoteBlockStart extends WidgetType {
}

if (!nextDiv) {
console.log('No more divs with the same class name found.');
// console.log('No more divs with the same class name found.');
}
} else {
console.log('Current parent div not found.');
//console.log('Current parent div not found.');
}

this.writeToTextFile(text,'file.txt');
Expand Down

0 comments on commit 4d19ced

Please sign in to comment.