Skip to content

Commit

Permalink
Revert "fix: disable deleting mutilple nodes in table"
Browse files Browse the repository at this point in the history
This reverts commit 84d55b5.
  • Loading branch information
LucasXu0 committed Jan 8, 2025
1 parent 627b8ab commit a247487
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 324 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:appflowy/generated/locale_keys.g.dart';
import 'package:appflowy/plugins/document/presentation/editor_plugins/align_toolbar_item/custom_text_align_command.dart';
import 'package:appflowy/plugins/document/presentation/editor_plugins/plugins.dart';
import 'package:appflowy/plugins/document/presentation/editor_plugins/shortcuts/backspace_command.dart';
import 'package:appflowy/plugins/document/presentation/editor_plugins/undo_redo/custom_undo_redo_commands.dart';
import 'package:appflowy/workspace/presentation/settings/widgets/emoji_picker/emoji_picker.dart';
import 'package:appflowy_editor/appflowy_editor.dart';
Expand Down Expand Up @@ -38,8 +37,6 @@ List<CommandShortcutEvent> commandShortcutEvents = [

...customTextAlignCommands,

customBackspaceCommand,

// remove standard shortcuts for copy, cut, paste, todo
...standardCommandShortcutEvents
..removeWhere(
Expand Down

0 comments on commit a247487

Please sign in to comment.