mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
autocomplete attributes
This commit is contained in:
parent
18242368be
commit
e449261277
8 changed files with 26 additions and 22 deletions
|
|
@ -595,7 +595,7 @@ function commandDecorator(canExecute = true)
|
|||
* @param {miced} $items
|
||||
* @returns {Function}
|
||||
*/
|
||||
function settingsMenuKeysHendler($items)
|
||||
function settingsMenuKeysHandler($items)
|
||||
{
|
||||
return _.throttle((event, handler) => {
|
||||
|
||||
|
|
@ -627,5 +627,5 @@ export {
|
|||
commandDecorator, commandDecorator as command,
|
||||
viewDecorator, viewDecorator as view, viewDecorator as viewModel,
|
||||
popupDecorator, popupDecorator as popup,
|
||||
settingsMenuKeysHendler
|
||||
settingsMenuKeysHandler
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue