Skip to content

Commit ceac670

Browse files
committed
Update filebrowser.js
1 parent 6dd73b2 commit ceac670

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

filebrowser.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ repoShareButton.addEventListener('click', () => {
26172617

26182618
if (isDev) {
26192619

2620-
const learnDebug = learnWrapper.querySelector('.picture-wrapper');
2620+
const learnDebug = introWrapper.querySelector('.picture-wrapper');
26212621

26222622
learnDebug.counter = 0;
26232623

@@ -2627,6 +2627,8 @@ if (isDev) {
26272627

26282628
if (learnDebug.counter === 2) {
26292629

2630+
learnDebug.counter = 0;
2631+
26302632
showDialog(loadGitToken, 'Paste Git token?', 'OK');
26312633

26322634
// load git token from clipboard

0 commit comments

Comments
 (0)