Skip to content

Commit 262334b

Browse files
authored
Fix missing method in combobox popover (#316)
There was a method missing from the combobox popover component.
1 parent 0d9803f commit 262334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_ui/combobox/combobox_popover.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def default_attrs
2020
keydown.down->ruby-ui--combobox#keyDownPressed
2121
keydown.up->ruby-ui--combobox#keyUpPressed
2222
keydown.enter->ruby-ui--combobox#keyEnterPressed
23-
keydown.esc->ruby-ui--combobox#closeDialog:prevent
23+
keydown.esc->ruby-ui--combobox#closePopover:prevent
2424
resize@window->ruby-ui--combobox#updatePopoverWidth
2525
]
2626
}

0 commit comments

Comments
 (0)