empty space to cell

pull/3494/head
danagilliann 8 years ago
parent 51e910b7ca
commit e4334e631c

@ -206,7 +206,7 @@ define([
this.events.on('kernel_restarting.Kernel', function() {
if (that.input_prompt_number === '*') {
that.set_input_prompt('');
that.set_input_prompt();
}
});
};

Loading…
Cancel
Save