mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: keybinding clone must clone all members
This commit is contained in:
@ -1537,6 +1537,8 @@ pub const Keybinds = struct {
|
||||
return .{
|
||||
.set = .{
|
||||
.bindings = try self.set.bindings.clone(alloc),
|
||||
.reverse = try self.set.reverse.clone(alloc),
|
||||
.unconsumed = try self.set.unconsumed.clone(alloc),
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user