Skip to content
Snippets Groups Projects
Commit 765e2838 authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[FIX] note:open calendar when clicking on the icon

Since commit `a3d98dae` the calendar is
no longer opening when clicking on the calendar icon in the activities when
adding a note.
parent 21fb7a1f
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ ActivityMenu.include({ ...@@ -120,7 +120,7 @@ ActivityMenu.include({
_onNoteDateTimeSetClick: function (ev) { _onNoteDateTimeSetClick: function (ev) {
ev.preventDefault(); ev.preventDefault();
ev.stopPropagation(); ev.stopPropagation();
this.noteDateTimeWidget.$input.select(); this.noteDateTimeWidget.$input.click();
}, },
/** /**
* Saving note (quick create) and updating activity preview * Saving note (quick create) and updating activity preview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment