summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-14 16:45:21 +0800
committerRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-14 16:45:21 +0800
commit5d8cca40d217b6a3895f1f6eb154b6aba9576b37 (patch)
tree697e686168f41fef0da5903722bbda98e17d0ff0 /client/components/main
parentcfcc73724fcd394150d1b815d0a7a4c466e216b5 (diff)
parent9c6cd51ca720502cc993451505f95a43ef16a707 (diff)
downloadwekan-5d8cca40d217b6a3895f1f6eb154b6aba9576b37.tar.gz
wekan-5d8cca40d217b6a3895f1f6eb154b6aba9576b37.tar.bz2
wekan-5d8cca40d217b6a3895f1f6eb154b6aba9576b37.zip
Merge branch 'master' of https://github.com/wekan/wekan
Diffstat (limited to 'client/components/main')
-rwxr-xr-xclient/components/main/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/editor.js b/client/components/main/editor.js
index 081c6521..0c2e3186 100755
--- a/client/components/main/editor.js
+++ b/client/components/main/editor.js
@@ -330,7 +330,7 @@ Template.viewer.events({
// the corresponding text). Clicking a link shouldn't fire these actions, stop
// we stop these event at the viewer component level.
'click a'(event, templateInstance) {
- let prevent = true;
+ const prevent = true;
const userId = event.currentTarget.dataset.userid;
if (userId) {
Popup.open('member').call({ userId }, event, templateInstance);