mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
apprt/gtk-ng: unnecessary grab focus
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user