Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 08:54:28 +0000 (16:54 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 08:54:28 +0000 (16:54 +0800)
Roo/htmleditor/BlockTd.js

index e352075..f828103 100644 (file)
@@ -616,6 +616,10 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
                     el.width = Math.floor(this.colWidths[c])  +'%';
                     el.updateElement(el.node);
                 }
+                else {
+                    console.log("CELL COLSPAN");
+                    console.log(table[r][c]);
+                }
                 table[r][c].cell = false; // done
             }
         }