Skip to content

Commit

Permalink
cellType => context
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 19, 2024
1 parent 8594309 commit 9ba3fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/pyodide/qpyodide-cell-classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @returns {BaseCell} Instance of the appropriate cell class.
*/
globalThis.qpyodideCreateCell = function(cellData) {
switch (cellData.options.cellType) {
switch (cellData.options.context) {
case 'interactive':
return new InteractiveCell(cellData);
case 'output':
Expand Down

0 comments on commit 9ba3fec

Please sign in to comment.