Skip to content

Commit

Permalink
refactor: removes GreaterHyphen shortcut event from standard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaprakash-dev committed Jan 11, 2024
1 parent 21dd59e commit 7765478
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/editor/block_component/standard_block_components.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ final List<CharacterShortcutEvent> standardCharacterShortcutEvents = [

// convert => to arrow
formatGreaterEqual,

// convert -> to single arrow (→)
formatGreaterHyphen,
];

final List<CommandShortcutEvent> standardCommandShortcutEvents = [
Expand Down

0 comments on commit 7765478

Please sign in to comment.