From b179fc2b99e59479ca0530ab9d0f9ec4ea13933e Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 23 Feb 2023 14:24:53 -0800 Subject: [PATCH] Remove comment --- crates/gpui/src/keymap_matcher.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/gpui/src/keymap_matcher.rs b/crates/gpui/src/keymap_matcher.rs index 9b05c2be5a18ec09cee7659938402803dde3c50f..0c088f9728977379ee0f8fcd80d5d9d1209f5d20 100644 --- a/crates/gpui/src/keymap_matcher.rs +++ b/crates/gpui/src/keymap_matcher.rs @@ -221,12 +221,6 @@ mod tests { use super::*; - // Takeaways for now: - // Revert that keymap change back to using view precedence again - // Solve the dock keybinding problem by adding a state context match - // 'Pane && docked == true' - // Maybeeeeee try to find other examples? - #[test] fn test_keymap_and_view_ordering() -> Result<()> { actions!(test, [EditorAction, ProjectPanelAction]);