Skip to content

Commit

Permalink
Bump Trix library to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phemmylintry committed Feb 16, 2024
2 parents 7f6cda5 + bdd8683 commit 7535187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prose/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ class RichTextEditor(Textarea):
class Media:
css = {
"all": (
"https://unpkg.com/trix@2.0.8/dist/trix.css",
"https://unpkg.com/trix@2.0.10/dist/trix.css",
"prose/editor.css",
),
}
js = (
"https://unpkg.com/trix@2.0.8/dist/trix.umd.min.js",
"https://unpkg.com/trix@2.0.10/dist/trix.umd.min.js",
"prose/editor.js",
)

0 comments on commit 7535187

Please sign in to comment.