Pressing d twice now deletes cell on first try.

This commit is contained in:
Brian E. Granger 2014-01-07 14:58:19 -08:00
parent 47534d2a28
commit 1d9aa63500

View File

@ -253,7 +253,7 @@ var IPython = (function (IPython) {
handler : function (event) {
var dc = IPython.delete_count;
if (dc === undefined) {
IPython.delete_count = 0;
IPython.delete_count = 1;
} else if (dc === 0) {
IPython.delete_count = 1;
setTimeout(function () {