mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-18 22:26:12 +01:00
Actually return the data control state
I can feel my IQ dropping as we speak
This commit is contained in:
parent
0504b3d814
commit
e6bdb01757
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ delegate_primary_selection!(State);
|
|||
|
||||
impl DataControlHandler for State {
|
||||
fn data_control_state(&self) -> &DataControlState {
|
||||
todo!()
|
||||
&self.data_control_state
|
||||
}
|
||||
}
|
||||
delegate_data_control!(State);
|
||||
|
|
Loading…
Reference in a new issue