mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
view: Disable tree.fullscreen for now to appease clippy.
This commit is contained in:
parent
d0791e0f98
commit
0827c45d94
@ -9,7 +9,7 @@ pub struct Tree {
|
||||
// (container, index inside the container)
|
||||
current: (Key, usize),
|
||||
pub focus: Key,
|
||||
fullscreen: bool,
|
||||
// fullscreen: bool,
|
||||
area: Rect,
|
||||
|
||||
nodes: HopSlotMap<Key, Node>,
|
||||
@ -73,7 +73,7 @@ pub fn new(area: Rect) -> Self {
|
||||
root,
|
||||
current: (root, 0),
|
||||
focus: Key::default(),
|
||||
fullscreen: false,
|
||||
// fullscreen: false,
|
||||
area,
|
||||
nodes,
|
||||
stack: Vec::new(),
|
||||
|
Loading…
Reference in New Issue
Block a user