feat: always centre column after action
This commit is contained in:
parent
b621743d9d
commit
60a7f4ddff
1 changed files with 6 additions and 1 deletions
|
@ -353,7 +353,12 @@ impl NiriTag {
|
|||
},
|
||||
};
|
||||
// then arrange corresponding state in the compositor
|
||||
self.do_action(action).await
|
||||
self.do_action(action).await?;
|
||||
tell(
|
||||
&mut self.socket,
|
||||
Request::Action(Action::CenterVisibleColumns {}),
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
||||
async fn handle_event(&mut self, ev: Event) -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue