mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Fix htmlarea.isDirty() was using the pre-editor initialization value causing it to always be true
This commit is contained in:
@@ -147,6 +147,7 @@ var et2_htmlarea = /** @class */ (function (_super) {
|
||||
// inside an inactive tabs
|
||||
this.tinymce.then(function () {
|
||||
self.set_value(self.htmlNode.val());
|
||||
self.resetDirty();
|
||||
if (self.editor && self.editor.editorContainer) {
|
||||
self.editor.formatter.toggle(egw.preference('rte_formatblock', 'common'));
|
||||
jQuery(self.editor.editorContainer).height(self.options.height);
|
||||
|
Reference in New Issue
Block a user