(taskToRemove)
| 1715 | } |
| 1716 | |
| 1717 | function removeTask(taskToRemove) { |
| 1718 | undoableRemove(taskToRemove) |
| 1719 | updateInitialText() |
| 1720 | } |
| 1721 | |
| 1722 | clearAllPreviewsBtn.addEventListener("click", (e) => { |
| 1723 | shiftOrConfirm(e, "Clear all the results and tasks in this window?", async function () { |
no test coverage detected