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 e0f91a6 commit fc34282Copy full SHA for fc34282
app/assets/javascripts/request_for_comments.js
@@ -71,6 +71,7 @@ $(document).on('turbolinks:load', function () {
71
currentEditor.on("guttermousedown", handleSidebarClick);
72
currentEditor.on("guttermousemove", showPopover);
73
currentEditor.getSession().setOption("useWorker", false);
74
+ console.log(currentEditor.getSession().getOption("useWorker"));
75
76
});
77
0 commit comments