Skip to content

Commit

Permalink
### 2.1.9
Browse files Browse the repository at this point in the history
- Added a customisable option to make toolbar scrollable horizontally or vertically
- Fixed `onFocusChanged` method not returning focus on iOS properly
- Fixed text-change method is not returning text properly on Android
- Fixed moving cursor to end after `setDelta`
- Fix the white space in theme dark mode after adding minHeight property, thanks to `cabbagelol` for PR
- Fix Mobile Web - Clicking on toolbar icon does not toggle highlight color, and keyboard loses focus
- Updated `webview_flutter_android`, `webview_flutter_wkwebview` to latest versions
- Fix customToolBarList: ToolBarStyle.background adds table items #63
- Improved `onEditorCreated` callback functionality
  • Loading branch information
the-airbender committed Apr 28, 2023
2 parents 8137931 + f6acf60 commit 37d2125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/quill_editor_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class QuillHtmlEditorState extends State<QuillHtmlEditor> {
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.4/quill.snow.min.css" />
<!-- Include the Quill library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.4/quill.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.4/quill.min.js"></script>
<style>
body, html{
-webkit-user-select: text !important;
Expand Down

0 comments on commit 37d2125

Please sign in to comment.