mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
fix(tasks): not being able to mark tasks as done
This commit is contained in:
@@ -162,7 +162,7 @@ export default class TaskListWidget extends TypeWidget {
|
||||
}
|
||||
});
|
||||
|
||||
this.$taskContainer.on("change", "input", async (e) => {
|
||||
this.$taskContainer.on("change", "input:not(.check)", async (e) => {
|
||||
const $target = $(e.target);
|
||||
const task = this.#getCorrespondingTask($target);
|
||||
if (!task) {
|
||||
|
||||
Reference in New Issue
Block a user