Don't open sidebar when completing task (#1948)

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-03-19 21:09:24 +01:00 committed by GitHub
parent 7f04ddcece
commit 532e9460bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
@click="navigate($event)">
<!-- Checkbox -->
<TaskCheckbox :completed="task.completed"
class="no-nav"
:cancelled="task.status === 'CANCELLED'"
:read-only="readOnly"
:priority-class="priorityClass"