summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
diff options
context:
space:
mode:
authorNico <paetni1@gmail.com>2020-05-03 00:33:15 +0200
committerNico <paetni1@gmail.com>2020-05-03 00:33:15 +0200
commit3cc0a93e0ea2399d239923e3a89d49d93a979684 (patch)
treead1dbb6ce522229d18388bb1d45cb287d0314b07 /client/components/main/editor.js
parent533bc045d06269dba2f42cdfe61817a1b3407974 (diff)
downloadwekan-3cc0a93e0ea2399d239923e3a89d49d93a979684.tar.gz
wekan-3cc0a93e0ea2399d239923e3a89d49d93a979684.tar.bz2
wekan-3cc0a93e0ea2399d239923e3a89d49d93a979684.zip
Card vote options in new fork
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);