mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
js: fix suggestion list issues with slow, moving...
...or otherwise "unprecise" clicks.
This commit is contained in:
parent
a61a3e2305
commit
94ac5054e4
@ -30,7 +30,7 @@
|
||||
this.module.on('dblclick', '.director-suggest', this.suggestionDoubleClick);
|
||||
this.module.on('focus', '.director-suggest', this.enterSuggestionField);
|
||||
this.module.on('focusout', '.director-suggest', this.leaveSuggestionField);
|
||||
this.module.on('click', '.director-suggestions li', this.clickSuggestion);
|
||||
this.module.on('mousedown', '.director-suggestions li', this.clickSuggestion);
|
||||
this.module.on('dblclick', 'ul.tabs a', this.tabWantsFullscreen);
|
||||
this.module.on('change', 'form input.autosubmit, form select.autosubmit', this.setAutoSubmitted);
|
||||
this.module.icinga.logger.debug('Director module initialized');
|
||||
|
Loading…
x
Reference in New Issue
Block a user