mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
fix(tasks): not being able to mark tasks as done
This commit is contained in:
parent
e7601f65bb
commit
c935cb65a0
@ -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 $target = $(e.target);
|
||||||
const task = this.#getCorrespondingTask($target);
|
const task = this.#getCorrespondingTask($target);
|
||||||
if (!task) {
|
if (!task) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user