mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
html editor optimizations (fixed #84)
disable blockquote button (unstable work)
This commit is contained in:
parent
ce60192120
commit
8768b343a5
83 changed files with 116 additions and 95 deletions
|
|
@ -943,7 +943,6 @@ PopupsComposeViewModel.prototype.onBuild = function ()
|
|||
|
||||
$window.on('resize', function () {
|
||||
self.triggerForResize();
|
||||
self.editorResizeThrottle();
|
||||
});
|
||||
|
||||
if (this.dropboxEnabled())
|
||||
|
|
@ -1478,5 +1477,6 @@ PopupsComposeViewModel.prototype.getAttachmentsDownloadsForUpload = function ()
|
|||
PopupsComposeViewModel.prototype.triggerForResize = function ()
|
||||
{
|
||||
this.resizer(!this.resizer());
|
||||
this.editorResizeThrottle();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue