summaryrefslogtreecommitdiffstats
path: root/client/lib/textComplete.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-17 19:37:38 +0300
committerGitHub <noreply@github.com>2019-09-17 19:37:38 +0300
commit0c34566aefc99cb0d59e60226a3bba841f05f481 (patch)
tree118844e09bbda941eb1d8daa7de87da1933a12e2 /client/lib/textComplete.js
parent158ddadf543d1809b36866ea16af5f75cfc64360 (diff)
parentf29d7daa1d687df535a7c6ac5c53cc6f067c44cb (diff)
downloadwekan-0c34566aefc99cb0d59e60226a3bba841f05f481.tar.gz
wekan-0c34566aefc99cb0d59e60226a3bba841f05f481.tar.bz2
wekan-0c34566aefc99cb0d59e60226a3bba841f05f481.zip
Merge pull request #2717 from whowillcare/master
BugFix: in richer editor @ autocomplete doesn't really insert the username properly
Diffstat (limited to 'client/lib/textComplete.js')
-rw-r--r--client/lib/textComplete.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/lib/textComplete.js b/client/lib/textComplete.js
index 0261d7f6..8b6dc1f7 100644
--- a/client/lib/textComplete.js
+++ b/client/lib/textComplete.js
@@ -45,6 +45,7 @@ $.fn.escapeableTextComplete = function(strategies, options, ...otherArgs) {
});
},
});
+ return this;
};
EscapeActions.register('textcomplete', () => {}, () => dropdownMenuIsOpened, {