Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b4dfd commit bce1dbaCopy full SHA for bce1dba
ux/form/field/TinyMCE.js
@@ -111,9 +111,6 @@ Ext.define("Ext.ux.form.field.TinyMCE", {
111
me.tinymceConfig.elements = me.getInputId();
112
me.tinymceConfig.mode = 'exact';
113
114
- //me.tinymceConfig.width = me.lastWidth;
115
- //me.tinymceConfig.height = me.inputEl.getHeight() - 2;
116
- //console.log(me.inputEl, me.inputEl.getComputedHeight(), me.lastHeight);
117
me.tinymceConfig.height = me.lastHeight - 5;
118
//me.tinymceConfig.height = me.inputEl.getHeight() - 5;
119
0 commit comments