Skip to content

Commit 3eaeb6a

Browse files
committed
fix: test release script
1 parent ba28671 commit 3eaeb6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/block-note-angular/src/lib/block-note-editor/bna-editor.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ export class BnaEditorComponent implements OnChanges {
121121
});
122122
this.editor.onSelectionChange((change) => {
123123
const selection = this.editor.getSelection();
124-
//Todo: create type
125124
let selectedBlocks = [];
126-
// Get the blocks in the current selection and store on the state. If
127-
// the selection is empty, store the block containing the text cursor
128125
// instead.
129126
if (selection !== undefined) {
130127
selectedBlocks = selection.blocks;

0 commit comments

Comments
 (0)