Nikolay Suslov 7 gadi atpakaļ
vecāks
revīzija
bdaed4bf47

+ 6 - 5
support/client/lib/vwf/view/editor-new.js

@@ -3195,8 +3195,9 @@ define([
                 {
                     $cell: true,
                     $type: "div",
-                    class: "handle",
-                    $components: [
+                    class: "handle"
+                },
+                  
                         {
                             $cell: true,
                             $type: "button",
@@ -3213,10 +3214,10 @@ define([
                             $type: "span",
                             class: "mdc-typography--button",
                             $text: title
-                        }
+                        },
 
-                    ]
-                },
+                    
+                
 
                 cellNode,
                 {

+ 2 - 0
support/client/lib/vwf/view/lib/editorLive.css

@@ -75,6 +75,8 @@
   .handle {
     background: rgba(67, 103, 163, 0.80);
     width: 100%;
+    height: 20px;
+    left: 100px;
   }