diff options
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ impl App { pub fn new() -> Self { let sheet_id = Register::create(10, 50); GlobalState::instance_mut() - .sheetview + .view .set_active_sheet(Some(sheet_id)); Self { |