mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
UI/AppKit: Add missing AutocompleteRowModel text field initializer
This commit is contained in:
committed by
Andreas Kling
parent
c66cab7e6b
commit
5d38e37a53
Notes:
github-actions[bot]
2026-04-25 06:48:11 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/5d38e37a530 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9082
@@ -462,7 +462,7 @@ static NSImage* literal_url_suggestion_icon()
|
||||
});
|
||||
}
|
||||
|
||||
m_rows.append({ .kind = AutocompleteRowKind::Suggestion, .suggestion_index = suggestion_index });
|
||||
m_rows.append({ .kind = AutocompleteRowKind::Suggestion, .text = {}, .suggestion_index = suggestion_index });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user