Skip to content

Commit

Permalink
Bump rapid editor version to 2.4.2 (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Oct 15, 2024
1 parent 556c3b5 commit f8e3372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/static/rapid-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script type="module">
// TODO: this should be a variable in .env but Create React App doesn't run
// Webpack on files in public/ so we can't access those variables here yet.
const RAPID_CDN_URL = 'https://cdn.jsdelivr.net/npm/@rapideditor/rapid@2.3/dist/';
const RAPID_CDN_URL = 'https://cdn.jsdelivr.net/npm/@rapideditor/rapid@2.4.2/dist/';

// add Rapid CSS stylesheet link to the document head
// (this causes the browser to load the stylesheet asynchronously)
Expand Down

0 comments on commit f8e3372

Please sign in to comment.