mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Compose focus fixes (#547)
This commit is contained in:
parent
30b7ce263f
commit
4a90e2406c
6 changed files with 41 additions and 13 deletions
4
vendors/inputosaurus/inputosaurus.js
vendored
4
vendors/inputosaurus/inputosaurus.js
vendored
|
|
@ -64,6 +64,8 @@
|
|||
// the array of tag names is passed and expected to be returned as an array after manipulation
|
||||
parseHook : null,
|
||||
|
||||
elementHook : null,
|
||||
|
||||
// define a placeholder to display when the input is empty
|
||||
placeholder: null
|
||||
},
|
||||
|
|
@ -536,6 +538,8 @@
|
|||
});
|
||||
}
|
||||
|
||||
$.isFunction(this.options.elementHook) && (this.options.elementHook($li, obj));
|
||||
|
||||
return $li;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
2
vendors/inputosaurus/inputosaurus.min.js
vendored
2
vendors/inputosaurus/inputosaurus.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue