mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibGUI+WindowServer: Remove InputPreemptor concept
This functionality will be superceded by WindowType:Popups
This commit is contained in:
committed by
Andreas Kling
parent
5d567565a4
commit
3027cf7e99
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/thankyouverycool Commit: https://github.com/SerenityOS/serenity/commit/3027cf7e99 Pull-request: https://github.com/SerenityOS/serenity/pull/16098
@@ -144,11 +144,6 @@ EmojiInputDialog::EmojiInputDialog(Window* parent_window)
|
||||
close();
|
||||
};
|
||||
|
||||
on_input_preemption = [this](InputPreemptor preemptor) {
|
||||
if (preemptor != InputPreemptor::ContextMenu)
|
||||
close();
|
||||
};
|
||||
|
||||
m_search_box->on_change = [this]() {
|
||||
update_displayed_emoji();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user