mirror of
https://github.com/jimeh/fancy_input.git
synced 2026-02-19 11:36:41 +00:00
Merge pull request #1 from emilis/master
Fixed incorrect parameters in activate_selected() call when pressing ENTER
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
break;
|
||||
case Self.keys.RETURN:
|
||||
if (Self.selected_result !== null) {
|
||||
Self.activate_selected($options);
|
||||
Self.activate_selected($e, $options);
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user