1
0
Fork 0
forked from wry/wry

ext-workspace-manager-v1: order workspaces numerically

This commit is contained in:
kossLAN 2026-05-03 05:45:10 -04:00
parent 206a5fb19e
commit 41bc660401
No known key found for this signature in database
3 changed files with 43 additions and 6 deletions

View file

@ -761,6 +761,9 @@ impl OutputNode {
client.error(e);
}
self.state.workspace_managers.announce_workspace(self, &ws);
self.state
.workspace_managers
.update_workspace_coordinates(self);
self.schedule_update_render_data();
ws
}