##// END OF EJS Templates
Pressing d twice now deletes cell on first try.
Brian E. Granger -
Show More
@@ -253,7 +253,7 var IPython = (function (IPython) {
253 handler : function (event) {
253 handler : function (event) {
254 var dc = IPython.delete_count;
254 var dc = IPython.delete_count;
255 if (dc === undefined) {
255 if (dc === undefined) {
256 IPython.delete_count = 0;
256 IPython.delete_count = 1;
257 } else if (dc === 0) {
257 } else if (dc === 0) {
258 IPython.delete_count = 1;
258 IPython.delete_count = 1;
259 setTimeout(function () {
259 setTimeout(function () {
General Comments 0
You need to be logged in to leave comments. Login now