summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-14 16:47:05 +0800
committerRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-14 16:47:05 +0800
commit0735981366047dd9ac41defe5e9fc5f9c4d7e913 (patch)
treeabf05428dc79dba2d3dd82a4f5c33c0becfd507d /client/components/main
parent09ce3e464fd609b3ecc8bec5263ab06093c3a442 (diff)
parent5d8cca40d217b6a3895f1f6eb154b6aba9576b37 (diff)
downloadwekan-0735981366047dd9ac41defe5e9fc5f9c4d7e913.tar.gz
wekan-0735981366047dd9ac41defe5e9fc5f9c4d7e913.tar.bz2
wekan-0735981366047dd9ac41defe5e9fc5f9c4d7e913.zip
Merge branch 'master' into lib-change
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 de598da8..abe4160f 100755
--- a/client/components/main/editor.js
+++ b/client/components/main/editor.js
@@ -328,7 +328,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);