add lastMessageWasSwipe=false to resetState

This commit is contained in:
ouoertheo 2023-08-01 16:16:52 -05:00 committed by GitHub
parent 6f4fd15095
commit 9a4d62ca6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,7 @@ const defaultSettings = {
// Convenient single call. Not much at the moment.
function resetState() {
lastMessageWasSwipe = false
loadSettings();
}