Skip to content

Commit 07502e0

Browse files
committed
fix: target the rigth library
1 parent 33fad21 commit 07502e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeMirror-Core/CMirrorComponent.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CMirrorComponent >> defaultWaitingHtml [
5454
with: [
5555
html image
5656
style: 'height: 50px; width: 50px;';
57-
url: (MonacoFileLibrary urlOf: 'cog.gif').
57+
url: (CMirrorLibrary urlOf: 'cog.gif').
5858
html heading
5959
level1;
6060
with: 'Please wait, loading in progress' ];

0 commit comments

Comments
 (0)