Skip to content

Commit 91e9428

Browse files
committed
fix keyboard shortcut for cases with bad tab
1 parent 9965926 commit 91e9428

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/notation_viewer/src/viewer.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ impl NotationViewer {
5959
mut window_resized_evts: EventWriter<WindowResizedEvent>,
6060
mut jump_to_bar_evts: EventWriter<JumpToBarEvent>,
6161
) {
62-
if app_state.tab.is_none() {
63-
return;
64-
}
6562
if egui_ctx.ctx().wants_keyboard_input() {
6663
return;
6764
}

0 commit comments

Comments
 (0)