Roo/htmleditor/BlockTd.js
authorAlan <alan@roojs.com>
Thu, 23 Dec 2021 07:00:57 +0000 (15:00 +0800)
committerAlan <alan@roojs.com>
Thu, 23 Dec 2021 07:00:57 +0000 (15:00 +0800)
Roo/htmleditor/BlockTd.js

index 9a08a1c..3d486b5 100644 (file)
@@ -307,7 +307,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
                 }
                 // if we have been filled up by a row?
                 if (typeof(ret[rn][cn]) != 'undefined') {
-                    while(ret[rn][cn] != 'undefined') {
+                    while(typeof(ret[rn][cn]) != 'undefined') {
                         cn++;
                     }
                 }