mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Fix prettier.
This commit is contained in:
parent
83e4d214cd
commit
5bece0dd1e
3 changed files with 19 additions and 7 deletions
|
|
@ -48,6 +48,11 @@ $.fn.escapeableTextComplete = function(strategies, options, ...otherArgs) {
|
|||
return this;
|
||||
};
|
||||
|
||||
EscapeActions.register('textcomplete', () => {}, () => dropdownMenuIsOpened, {
|
||||
noClickEscapeOn: '.textcomplete-dropdown',
|
||||
});
|
||||
EscapeActions.register(
|
||||
'textcomplete',
|
||||
() => {},
|
||||
() => dropdownMenuIsOpened,
|
||||
{
|
||||
noClickEscapeOn: '.textcomplete-dropdown',
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue