Fix toggling priority in details view
This commit is contained in:
parent
53e07a3942
commit
6648a675ab
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
>
|
||||
<span :class="{'icon-checkmark': task.completed, 'disabled': task.calendar.readOnly}" class="icon icon-bw detail-checkbox" />
|
||||
</a>
|
||||
<a class="star reactive" @click="toggleStarred(task.uri)">
|
||||
<a class="star reactive" @click="toggleStarred(task)">
|
||||
<span :class="[{'disabled': task.calendar.readOnly}, iconStar]"
|
||||
class="icon"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue