Revert "style(explore): make Right the default position"

This reverts commit 374b8ddd4e.
pull/9/head
wongjiahau 2 years ago
parent c8578ba3cc
commit 30bac647ef

@ -157,7 +157,7 @@ impl ExplorerConfig {
impl Default for ExplorerConfig { impl Default for ExplorerConfig {
fn default() -> Self { fn default() -> Self {
Self { Self {
position: ExplorerPosition::Right, position: ExplorerPosition::Left,
column_width: 30, column_width: 30,
} }
} }

Loading…
Cancel
Save