Skip to content

Commit

Permalink
Don't open sidebar when completing task (#1948)
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler authored Mar 19, 2022
1 parent 7f04ddc commit 532e946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TaskBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 532e946

Please sign in to comment.