Show More
@@ -639,7 +639,7 b' var IPython = (function (IPython) {' | |||||
639 | if (c[shortcut] === data.count-1) { |
|
639 | if (c[shortcut] === data.count-1) { | |
640 | c[shortcut] = 0; |
|
640 | c[shortcut] = 0; | |
641 | var timer = t[shortcut]; |
|
641 | var timer = t[shortcut]; | |
642 | if (timer) {clearTimeout(timer);} |
|
642 | if (timer) {clearTimeout(timer); delete t[shortcut];} | |
643 | return data.handler(event); |
|
643 | return data.handler(event); | |
644 | } else { |
|
644 | } else { | |
645 | c[shortcut] = c[shortcut] + 1; |
|
645 | c[shortcut] = c[shortcut] + 1; |
General Comments 0
You need to be logged in to leave comments.
Login now