We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491df71 commit bb08700Copy full SHA for bb08700
src/index.ts
@@ -184,6 +184,7 @@ function activateCodeSnippet(
184
//if user just right-clicks cell(s) to save
185
const curr = document.getElementsByClassName('jp-Cell jp-mod-selected');
186
const resultArray = [];
187
+ // changed i = 1 to i = 0.
188
for (let i = 0; i < curr.length; i++) {
189
//loop through each cell
190
const text = curr[i] as HTMLElement;
0 commit comments