Uncheck messages before clearing event list
This commit is contained in:
@@ -96,6 +96,11 @@ ListView {
|
||||
checkedIndiceChanged()
|
||||
}
|
||||
|
||||
function uncheckAll() {
|
||||
checked = {}
|
||||
checkedIndice = new Set()
|
||||
}
|
||||
|
||||
function toggleCheck(...indices) {
|
||||
const checkedNow = []
|
||||
|
||||
|
Reference in New Issue
Block a user