Fix threaded mode not resetting quote (#3284)

This commit is contained in:
Claire
2025-11-18 18:38:53 +01:00
committed by GitHub
parent 902b5a169c
commit 41279ac801

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);
});
}