Roo/htmleditor/BlockTd.js
authorAlan <alan@roojs.com>
Thu, 23 Dec 2021 06:54:55 +0000 (14:54 +0800)
committerAlan <alan@roojs.com>
Thu, 23 Dec 2021 06:54:55 +0000 (14:54 +0800)
Roo/htmleditor/BlockTd.js

index 2cc6ebb..adc87f5 100644 (file)
@@ -301,7 +301,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
                     colspan : ce.colSpan,
                     rowspan : ce.rowSpan
                 };
-                if (ce == this.node) {
+                if (ce.isEqualNode(this.node)) {
                     this.cellData = c;
                 }
                 // if we have been filled up by a row?