From 7765478ea4fa24e9494dee59ab515213e5cae6f1 Mon Sep 17 00:00:00 2001 From: Jayaprakash Date: Thu, 11 Jan 2024 12:39:34 +0530 Subject: [PATCH] refactor: removes GreaterHyphen shortcut event from standard shortcuts --- lib/src/editor/block_component/standard_block_components.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/editor/block_component/standard_block_components.dart b/lib/src/editor/block_component/standard_block_components.dart index c68e8e936..495a38df4 100644 --- a/lib/src/editor/block_component/standard_block_components.dart +++ b/lib/src/editor/block_component/standard_block_components.dart @@ -97,9 +97,6 @@ final List standardCharacterShortcutEvents = [ // convert => to arrow formatGreaterEqual, - - // convert -> to single arrow (→) - formatGreaterHyphen, ]; final List standardCommandShortcutEvents = [