diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html index 9d6d741a62..502b5e2579 100644 --- a/platform/features/layout/res/templates/fixed.html +++ b/platform/features/layout/res/templates/fixed.html @@ -18,9 +18,24 @@ ng-class="{ test: controller.selected(element) }" ng-style="element.style" ng-click="controller.select(element)" - ng-model="element" - mct-drag-down="controller.startDrag(element); controller.select(element)" - mct-drag="controller.continueDrag(delta)" - mct-drag-up="controller.endDrag()"> + ng-model="element"> + + + +
+
+
+ O +
+
+ \ No newline at end of file