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