-
Notifications
You must be signed in to change notification settings - Fork 198
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
fIx: TableActionHandler editorState.editable [Bug] (issue (#717) ) #733
fIx: TableActionHandler editorState.editable [Bug] (issue (#717) ) #733
Conversation
…O#717) ) fIx: Table Icon visible on hover in Editable and causes exception when clicked [Bug] (issue (AppFlowy-IO#717) ) * fix: Check visible Widget TableActionHandler when widget.editorState.editable == true * Update: lib/src/editor/block_component/table_block_component/table_action_handler.dart
Please run |
…O#717) ) dart format fIx: Table Icon visible on hover in Editable and causes exception when clicked [Bug] (issue (AppFlowy-IO#717) ) * fix: Check visible Widget TableActionHandler when widget.editorState.editable == true * Update: lib/src/editor/block_component/table_block_component/table_action_handler.dart
I run dart format |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #733 +/- ##
==========================================
- Coverage 75.78% 75.77% -0.01%
==========================================
Files 297 297
Lines 13750 13751 +1
==========================================
Hits 10420 10420
- Misses 3330 3331 +1 ☔ View full report in Codecov by Sentry. |
Сodecov bot said that one line was lost. |
It is not about the file missing, it is about the unit test of this line missing. |
Never mind. I can merge it. |
* main: feat: disable converting heading block to numbered list block (AppFlowy-IO#740) fix: xtra space from numbered list item (AppFlowy-IO#724) fIx: disable tableActionHandler when the editorState is not editable (AppFlowy-IO#733) feat: add fixed toolbar example (AppFlowy-IO#739) chore: bump version 2.3.3 (AppFlowy-IO#735) fix: transfer the whole line into link when text contains url (AppFlowy-IO#693) (AppFlowy-IO#737)
fIx: Table Icon visible on hover in Editable and causes exception when clicked [Bug] (issue (#717) )
fix: Check visible Widget TableActionHandler when widget.editorState.editable == true
Update: lib/src/editor/block_component/table_block_component/table_action_handler.dart