Skip to content

Commit

Permalink
Fix error in playground app
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanYeong committed Jun 20, 2022
1 parent 497270b commit 2b26c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_quill/static/django_quill/django_quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ class QuillWrapper {
this.targetInput.value = JSON.stringify(data);
});
}
}
}
7 changes: 5 additions & 2 deletions playground/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@
"debug": False,
"suppressErrorLogging": True,
},
# quill-image-resize
"imageResize": {},
# quill-resize
"resize": {
"showSize": True,
"locale": {},
},
},
},
}
Expand Down

0 comments on commit 2b26c68

Please sign in to comment.