We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fad21 commit 07502e0Copy full SHA for 07502e0
src/CodeMirror-Core/CMirrorComponent.class.st
@@ -54,7 +54,7 @@ CMirrorComponent >> defaultWaitingHtml [
54
with: [
55
html image
56
style: 'height: 50px; width: 50px;';
57
- url: (MonacoFileLibrary urlOf: 'cog.gif').
+ url: (CMirrorLibrary urlOf: 'cog.gif').
58
html heading
59
level1;
60
with: 'Please wait, loading in progress' ];
0 commit comments