Skip to content

Commit

Permalink
Rebuild the editors code after #241 landed (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Jun 20, 2023
1 parent c7eef15 commit e3b8e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/editors/dist/codemirror.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>CodeMirror Test</title>
<script>
window.requestIdleCallback = undefined;
window.cancelIdleCallback = undefined;
</script>
<script type="module" crossorigin src="./assets/codemirror-77870192.js"></script>
<link rel="modulepreload" crossorigin href="./assets/index.es-02a92ebc.js">
<link rel="stylesheet" href="./assets/index-2feebe42.css">
Expand Down

0 comments on commit e3b8e93

Please sign in to comment.