File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ impl<'a> PaneGrid<'a> {
6161 // TODO: find out by how much we actually reduced and only reduce by that much
6262 if self . can_increase_pane_and_surroundings_right ( pane_id, RESIZE_PERCENT ) {
6363 self . increase_pane_and_surroundings_right ( pane_id, RESIZE_PERCENT ) ;
64- // TODO: CONTINUE HERE - fix these to self.panes.clone() - then fix the rest of the
65- // functions to match, those functions that break out of the RC (eg. return panes) make
66- // return pane ids and handle them in function, a little work, but eh - we'll get
67- // through it!
6864 let mut pane_resizer = PaneResizer :: new ( self . panes . clone ( ) ) ;
6965 let _ = pane_resizer. layout ( Direction :: Horizontal , self . display_area . cols ) ;
7066 } else if self . can_reduce_pane_and_surroundings_right ( pane_id, RESIZE_PERCENT ) {
You can’t perform that action at this time.
0 commit comments