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 4514032 commit 3a0bacdCopy full SHA for 3a0bacd
app/assets/javascripts/editor/participantsupport.js
@@ -77,7 +77,7 @@ CodeOceanEditorFlowr = {
77
return results;
78
},
79
handleStderrOutputForFlowr: function () {
80
- if (! this.getFlowrSettings().enabled) return;
+ if (! this.getFlowrSettings()?.enabled) return;
81
82
var flowrHintBody = $('#flowrHint .card-body');
83
flowrHintBody.empty();
0 commit comments