From 4d38dcfc54ecc634ecec2ee5623b0dd66f871f3e Mon Sep 17 00:00:00 2001 From: K Simmons Date: Wed, 10 Aug 2022 16:27:45 -0700 Subject: [PATCH] Fix workspace --- crates/workspace/src/workspace.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/workspace/src/workspace.rs b/crates/workspace/src/workspace.rs index 5f188ef910178d164a94328c273c5085ea3e87d6..0d4ced4293cb40cef2843cf3685a5ae8749faa1b 100644 --- a/crates/workspace/src/workspace.rs +++ b/crates/workspace/src/workspace.rs @@ -1,5 +1,6 @@ /// NOTE: Focus only 'takes' after an update has flushed_effects. Pane sends an event in on_focus_in /// which the workspace uses to change the activated pane. +/// /// This may cause issues when you're trying to write tests that use workspace focus to add items at /// specific locations. pub mod pane;