summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-13 02:57:36 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-13 02:57:36 +0300
commit85f254da38cb4008877832a338dbb100fe3b475d (patch)
treed79482cdf7d031d138d55774c7088a6b1ee03cd6 /client/components/main/editor.js
parent1fe7394d05032f65d1f8e035d6d4cf1fc41d8d35 (diff)
parentec03bbe260e3a7e1298ac7cf526b41c7d2207e91 (diff)
downloadwekan-85f254da38cb4008877832a338dbb100fe3b475d.tar.gz
wekan-85f254da38cb4008877832a338dbb100fe3b475d.tar.bz2
wekan-85f254da38cb4008877832a338dbb100fe3b475d.zip
Merge branch 'master' of https://github.com/NicoP-S/wekan into 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);