Skip to content

Commit bb08700

Browse files
committed
Fix nodejs build error.
1 parent 491df71 commit bb08700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ function activateCodeSnippet(
184184
//if user just right-clicks cell(s) to save
185185
const curr = document.getElementsByClassName('jp-Cell jp-mod-selected');
186186
const resultArray = [];
187+
// changed i = 1 to i = 0.
187188
for (let i = 0; i < curr.length; i++) {
188189
//loop through each cell
189190
const text = curr[i] as HTMLElement;

0 commit comments

Comments
 (0)