fix #1333: item selection in the auto-type pop-up

This commit is contained in:
antelle 2019-11-03 10:04:34 +01:00
parent c655defe6d
commit beda8972e8
2 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class AutoTypeSelectView extends View {
itemClicked(e) {
const itemEl = $(e.target).closest('.at-select__item');
const optionsClicked = $(e.target).closest('.at-select__item-options');
const optionsClicked = $(e.target).closest('.at-select__item-options').length;
if (optionsClicked) {
this.showItemOptions(itemEl, e);

View File

@ -3,6 +3,7 @@ Release notes
##### v1.12.2 (TBD)
`-` fixed non-working updater
`-` fix #1336: saving disabled storage option
`-` fix #1333: item selection in the auto-type pop-up
##### v1.12.1 (2019-10-27)
`-` fix #1324: duplicated shortcut editor in settings