Show More
@@ -261,6 +261,7 b' var IPython = (function (IPython) {' | |||
|
261 | 261 | that.control_key_active = false; |
|
262 | 262 | return false; |
|
263 | 263 | } else if (event.which === 90 && that.control_key_active) { |
|
264 | // Undo last cell delete = z | |
|
264 | 265 | that.undelete(); |
|
265 | 266 | that.control_key_active = false; |
|
266 | 267 | return false; |
General Comments 0
You need to be logged in to leave comments.
Login now