Fix threaded mode not resetting quote (#3284)

This commit is contained in:
Claire
2025-11-18 18:38:53 +01:00
parent 86445f45fc
commit 0bb7711225

View File

@@ -213,6 +213,7 @@ function continueThread (state, status) {
map.set('focusDate', new Date());
map.set('caretPosition', null);
map.set('preselectDate', new Date());
map.set('quoted_status_id', null);
});
}