Skip to content

Commit 8712931

Browse files
author
dean.wyatte
committed
use forward-compatible function instead of alias
1 parent 43c13e5 commit 8712931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ define(function (require, exports, module) {
109109
if (utils.is_focused(this.element)) {
110110
this.cell.execute();
111111
} else {
112-
this.notebook.execute_cell();
112+
this.notebook.execute_selected_cells();
113113
}
114114
};
115115

0 commit comments

Comments
 (0)