Update JS dependencies (#21881)
- Update all JS deps - Regenerate SVGs - Add new eslint rules, fix issues - Tested Mermaid, Swagger, Vue, Webpack, Citation Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
1c7496c7a7
commit
c8b217110b
19 changed files with 1076 additions and 1331 deletions
|
@ -21,7 +21,7 @@ function makeCollections({mentions, emoji}) {
|
|||
},
|
||||
lookup: (item) => item,
|
||||
selectTemplate: (item) => {
|
||||
if (typeof item === 'undefined') return null;
|
||||
if (item === undefined) return null;
|
||||
return emojiString(item.original);
|
||||
},
|
||||
menuItemTemplate: (item) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue