Don't open detail view when toggling completed state

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-10-19 20:59:40 +02:00
parent 413c624ce7
commit 102032cc7a
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

2
src/components/Task.vue Normal file → Executable file
View file

@ -37,7 +37,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<div class="task-checkbox">
<input :id="'toggleCompleted_' + task.uid"
type="checkbox"
class="checkbox"
class="checkbox no-nav"
name="toggleCompleted"
:class="{'disabled': task.calendar.readOnly}"
:checked="task.completed"