summaryrefslogtreecommitdiffstats
path: root/src/browser/browser_state.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-12 21:28:04 +0200
committerCanop <cano.petrole@gmail.com>2020-07-12 21:28:04 +0200
commit4d61940e26ad624806adf0ca24dc96c832100ea1 (patch)
tree96f1420213482a681b52cf2bceca6aac01011195 /src/browser/browser_state.rs
parentb429fd0b235aa5c9317d8c132fd1bfc80be7acd7 (diff)
preview panel [still more like a POC than a full feature]
Diffstat (limited to 'src/browser/browser_state.rs')
-rw-r--r--src/browser/browser_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browser/browser_state.rs b/src/browser/browser_state.rs
index 968441a..c3f2efd 100644
--- a/src/browser/browser_state.rs
+++ b/src/browser/browser_state.rs
@@ -474,7 +474,7 @@ impl AppState for BrowserState {
}
Internal::panel_right => {
if cc.areas.is_last() {
- // we ask for the creation of a panel to the left
+ // we ask for the creation of a panel to the right
internal_focus::new_panel_on_path(
self.selected_path().to_path_buf(),
screen,