From 1e6db6bc9320fe73b41c18aa3f5e648e077c7e2b Mon Sep 17 00:00:00 2001 From: Manuel Costa Reis Date: Thu, 25 Sep 2025 15:40:51 +0100 Subject: [PATCH] Fix missing method in combobox popover There was a method missing from the combobox popover component. --- lib/ruby_ui/combobox/combobox_popover.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_ui/combobox/combobox_popover.rb b/lib/ruby_ui/combobox/combobox_popover.rb index 68b937f4..f15d216a 100644 --- a/lib/ruby_ui/combobox/combobox_popover.rb +++ b/lib/ruby_ui/combobox/combobox_popover.rb @@ -20,7 +20,7 @@ def default_attrs keydown.down->ruby-ui--combobox#keyDownPressed keydown.up->ruby-ui--combobox#keyUpPressed keydown.enter->ruby-ui--combobox#keyEnterPressed - keydown.esc->ruby-ui--combobox#closeDialog:prevent + keydown.esc->ruby-ui--combobox#closePopover:prevent resize@window->ruby-ui--combobox#updatePopoverWidth ] }