apprt/gtk-ng: unnecessary grab focus

This commit is contained in:
Mitchell Hashimoto
2025-08-09 14:43:34 -07:00
parent e682e99bf5
commit b1da644b62

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 {