From 133a64a001429925af4b48c13e6d0916f38d43e0 Mon Sep 17 00:00:00 2001 From: shitpoet Date: Fri, 17 Jun 2022 17:42:34 +0300 Subject: [PATCH] Fix `codemirror.css` stylesheet address Project `codemirror` v5 changed all the urls adding `5` infix. So the live demo shows nothing now because styles are not loaded. I consider this fix as a workaround through, because I believe it is recommended to use local copy of `codemirror.css` or use third-party repositories. Another opportunity is to link directly so some github commit of the file. --- codemirror/codemirror.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemirror/codemirror.html b/codemirror/codemirror.html index b0a4fff..a94c393 100644 --- a/codemirror/codemirror.html +++ b/codemirror/codemirror.html @@ -4,7 +4,7 @@ Yjs CodeMirror Example - +