mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Make collapse quotes optional for #902
This commit is contained in:
parent
b859cd6aec
commit
426c92fe33
44 changed files with 53 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ const
|
|||
return result;
|
||||
},
|
||||
blockquoteSwitcher = () => {
|
||||
SettingsUserStore.collapseBlockquotes() &&
|
||||
// tpl.content.querySelectorAll('blockquote').forEach(node => {
|
||||
[...tpl.content.querySelectorAll('blockquote')].reverse().forEach(node => {
|
||||
let h = node.clientHeight || getRealHeight(node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue