-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
customToolBarList: ToolBarStyle.background adds table items #63
Comments
Closed
the-airbender
added a commit
that referenced
this issue
May 6, 2023
- 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
the-airbender
added a commit
that referenced
this issue
May 6, 2023
- 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
the-airbender
added a commit
that referenced
this issue
May 6, 2023
- 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
the-airbender
added a commit
that referenced
this issue
May 6, 2023
* ### 2.1.9 - 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
Hi @MischaKr, This issue is resolved and deployed in the ver 2.1.9. Thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using:
toolBarConfig: customToolBarList,
Having the following toolbarlist:
final customToolBarList = [
ToolBarStyle.bold,
ToolBarStyle.italic,
ToolBarStyle.align,
ToolBarStyle.color,
ToolBarStyle.background,
ToolBarStyle.listBullet,
ToolBarStyle.listOrdered,
ToolBarStyle.clean,
];
Adding ToolBarStyle.background,
Adds 3 items: Add table / Edit table and the intended: Text background selection.
It should only add the background editing options.
The text was updated successfully, but these errors were encountered: