-
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
feat: toggle highlight using ctrl/cmd + shift + h #333
feat: toggle highlight using ctrl/cmd + shift + h #333
Conversation
Codecov Report
@@ Coverage Diff @@
## main #333 +/- ##
==========================================
- Coverage 76.07% 76.07% -0.01%
==========================================
Files 252 253 +1
Lines 10182 10214 +32
==========================================
+ Hits 7746 7770 +24
- Misses 2436 2444 +8
|
The logic does not seem correct. We should cancel the highlight color if it is not equal to the |
Hey @MayurSMahajan, do you need help with this? |
@Xazin yes you can help me, please review the PR and let me know of any improvements |
...editor/editor_component/service/shortcuts/command_shortcut_events/toggle_colors_command.dart
Outdated
Show resolved
Hide resolved
...editor/editor_component/service/shortcuts/command_shortcut_events/toggle_colors_command.dart
Outdated
Show resolved
Hide resolved
...editor/editor_component/service/shortcuts/command_shortcut_events/toggle_colors_command.dart
Show resolved
Hide resolved
* main: feat: simplify auto scroll behavior in ScrollServiceWidget (AppFlowy-IO#437) chore: bump version 1.3.0 (AppFlowy-IO#435) fix: better column resize performance (AppFlowy-IO#434) fix: table padding and selection (AppFlowy-IO#432) fix: table block bugs (AppFlowy-IO#431) fix: refactor text alignment handling in block components Revert "fix: remove flutter overlay (AppFlowy-IO#358)" (AppFlowy-IO#427) feat: support alignment for block component (AppFlowy-IO#425) fix: remove flutter overlay (AppFlowy-IO#358) feat: toggle highlight using ctrl/cmd + shift + h (AppFlowy-IO#333) feat: table plugin (AppFlowy-IO#62) feat: editor state update node (AppFlowy-IO#405) fix: exception on prev node text direction null (AppFlowy-IO#404) fix: html encoder not adding multiple text decorations (AppFlowy-IO#424) feat: default text direction property (AppFlowy-IO#402) fix: fixed the cursor not moving to next line after inserting divider (AppFlowy-IO#371) chore: update theme colors for editor feat: refactor floating toolbar positioning logic fix: update resizable image width calculation with minimum width constraint
Solves: #327