mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +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
|
|
@ -100,6 +100,7 @@ Globals.oHtmlEditorDefaultConfig = {
|
|||
// {name: 'document', groups: ['mode', 'document', 'doctools']}
|
||||
],
|
||||
|
||||
'removePlugins': 'blockquote',
|
||||
'removeButtons': 'Format,Undo,Redo,Cut,Copy,Paste,Anchor,Strike,Subscript,Superscript,Image',
|
||||
'removeDialogTabs': 'link:advanced;link:target;image:advanced',
|
||||
|
||||
|
|
|
|||
|
|
@ -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