Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bce1dba

Browse files
author
harrydeluxe
committed
clean up
1 parent b8b4dfd commit bce1dba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ux/form/field/TinyMCE.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ Ext.define("Ext.ux.form.field.TinyMCE", {
111111
me.tinymceConfig.elements = me.getInputId();
112112
me.tinymceConfig.mode = 'exact';
113113

114-
//me.tinymceConfig.width = me.lastWidth;
115-
//me.tinymceConfig.height = me.inputEl.getHeight() - 2;
116-
//console.log(me.inputEl, me.inputEl.getComputedHeight(), me.lastHeight);
117114
me.tinymceConfig.height = me.lastHeight - 5;
118115
//me.tinymceConfig.height = me.inputEl.getHeight() - 5;
119116

0 commit comments

Comments
 (0)