summaryrefslogtreecommitdiffstats
path: root/client/lib/textComplete.js
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-09-17 09:27:23 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-09-17 09:27:23 -0400
commit194b6ad46e2d711ad5ab5e5df6d97ccea38acea8 (patch)
tree9fcb8dd7fc0a84f61e23913a4ac6da8e36c7e581 /client/lib/textComplete.js
parentb31c42acc44e94f41907e6e50fdcc05b9b6886ac (diff)
downloadwekan-194b6ad46e2d711ad5ab5e5df6d97ccea38acea8.tar.gz
wekan-194b6ad46e2d711ad5ab5e5df6d97ccea38acea8.tar.bz2
wekan-194b6ad46e2d711ad5ab5e5df6d97ccea38acea8.zip
BugFix: in richer editor @ autocomplete doesn't really insert the user name into comment 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, {