Fix a bug where the terminal panel's items wouldn't be hooked up properly to workspace actions
This commit is contained in:
@@ -27,7 +27,7 @@ use std::{
|
||||
};
|
||||
use theme::Theme;
|
||||
|
||||
#[derive(Eq, PartialEq, Hash)]
|
||||
#[derive(Eq, PartialEq, Hash, Debug)]
|
||||
pub enum ItemEvent {
|
||||
CloseItem,
|
||||
UpdateTab,
|
||||
|
||||
Reference in New Issue
Block a user