Skip to content

Commit

Permalink
fix(Vue-trello): close modal when empty space clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 28, 2021
1 parent 899a6bc commit 77090a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-trello/src/views/Task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const updateTask = (event: React.FormEvent, task: TaskType, key: string) => {
</script>

<template>
<div class="task-modal">
<div class="task-modal" @click.self="close">
<div class="task-view">
<input
type="text"
Expand Down

0 comments on commit 77090a7

Please sign in to comment.