only grab ignored keybinds
This commit is contained in:
parent
144fba3706
commit
0dc16e5d79
1 changed files with 45 additions and 45 deletions
|
|
@ -1631,9 +1631,9 @@ where
|
|||
modifiers: Modifiers,
|
||||
) -> Task<Message> {
|
||||
// debug!(?key, ?modifiers);
|
||||
if self.editor_mode.is_some() {
|
||||
return Task::none();
|
||||
}
|
||||
// if self.editor_mode.is_some() {
|
||||
// return Task::none();
|
||||
// }
|
||||
if self.song_editor.editing() {
|
||||
return Task::none();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue