UPDATE: Add keyboard shortcuts for move column/row
Also clean up a bit of the keyboard shortcuts mess
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
caf26194df
commit
fb7886ca9e
@@ -607,7 +607,7 @@ impl Model {
|
||||
.set_cell_style(target_row, c, style_idx)?;
|
||||
}
|
||||
|
||||
let worksheet = &mut self.workbook.worksheets[sheet as usize];
|
||||
let worksheet = &mut self.workbook.worksheet_mut(sheet)?;
|
||||
let mut new_rows = Vec::new();
|
||||
for r in worksheet.rows.iter() {
|
||||
if r.r == row {
|
||||
|
||||
Reference in New Issue
Block a user