We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e56013 commit 40cf1abCopy full SHA for 40cf1ab
notebook/static/notebook/js/codecell.js
@@ -164,7 +164,7 @@ define([
164
var run_this_cell = $('<div></div>').addClass('run_this_cell');
165
run_this_cell.prop('title', 'Run this cell');
166
run_this_cell.append('<i class="fa-step-forward fa"></i>');
167
- run_this_cell.mouseup(function (event) {
+ run_this_cell.click(function (event) {
168
event.stopImmediatePropagation();
169
that.execute();
170
});
0 commit comments