summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-13 03:07:05 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-13 03:07:05 +0300
commiteece32d51b6b30f66d90ccd6a12f48eb1710ed93 (patch)
tree0d411d58b2127da87724c08a8785bb3ce6ffe377 /client/components/main/editor.js
parent1fe7394d05032f65d1f8e035d6d4cf1fc41d8d35 (diff)
parent1865bdbee9ec1cf195425aed2509131ee6f19461 (diff)
downloadwekan-eece32d51b6b30f66d90ccd6a12f48eb1710ed93.tar.gz
wekan-eece32d51b6b30f66d90ccd6a12f48eb1710ed93.tar.bz2
wekan-eece32d51b6b30f66d90ccd6a12f48eb1710ed93.zip
Merge branch 'NicoP-S-master'
Diffstat (limited to 'client/components/main/editor.js')
-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);