Skip to content

Commit

Permalink
Bump Trix to 2.1.3 (#102)
Browse files Browse the repository at this point in the history
Closes #95
  • Loading branch information
parisk authored Jul 17, 2024
2 parents dd416b8 + e4e06da commit 85d28ec
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.1.0/dist/trix.css",
"https://unpkg.com/trix@2.1.3/dist/trix.css",
"prose/editor.css",
),
}
js = (
"https://unpkg.com/trix@2.1.0/dist/trix.umd.min.js",
"https://unpkg.com/trix@2.1.3/dist/trix.umd.min.js",
"prose/editor.js",
)

0 comments on commit 85d28ec

Please sign in to comment.