Roo/htmleditor/BlockTd.js
authorAlan <alan@roojs.com>
Thu, 16 Dec 2021 09:21:49 +0000 (17:21 +0800)
committerAlan <alan@roojs.com>
Thu, 16 Dec 2021 09:21:49 +0000 (17:21 +0800)
Roo/htmleditor/BlockTd.js

index bd2fcb6..c52a76d 100644 (file)
@@ -111,10 +111,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
                     select : function (combo, r, index)
                     {
                         var b = cell();
-                        b.table_width = r.get('val');
+                        t.width  = b.table_width = r.get('val');
                         var t = table();
-                        
-                        b.updateElement();
+                        t.updateElement();
                         syncValue();
                         
                     }