Don't open detail view when toggling completed state
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
413c624ce7
commit
102032cc7a
1 changed files with 1 additions and 1 deletions
2
src/components/Task.vue
Normal file → Executable file
2
src/components/Task.vue
Normal file → Executable 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"
|
||||
|
|
Loading…
Reference in a new issue