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

index 48f0794..d917734 100644 (file)
@@ -391,6 +391,11 @@ Roo.extend(Roo.htmleditor.BlockTable, Roo.htmleditor.Block, {
         if (!sel || sel.type != 'row') {
             return;
         }
+        
+        if (this.no_row < 2) {
+            return;
+        }
+        
         var rows = this.normalizeRows();