copy_to_clipboard return false if not performed

This commit is contained in:
Ethan Conneely
2025-01-02 00:18:05 +00:00
parent 94599102e9
commit 46097617b4

View File

@ -3889,7 +3889,11 @@ pub fn performBindingAction(self: *Surface, action: input.Binding.Action) !bool
log.err("error setting clipboard string err={}", .{err});
return true;
};
return true;
}
return false;
},
.paste_from_clipboard => try self.startClipboardRequest(