apprt/gtk-ng: unnecessary grab focus

pull/8207/head
Mitchell Hashimoto 2025-08-09 14:43:34 -07:00
parent e682e99bf5
commit b1da644b62
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 3 deletions

View File

@ -243,9 +243,6 @@ pub const SplitTree = extern struct {
// Replace our tree
self.setTree(&new_tree);
// Focus our new surface
surface.grabFocus();
}
fn disconnectSurfaceHandlers(self: *Self) void {