@@ -25,10 +25,6 @@
--node-selection: rgba(0, 0, 155, 1);
--border-color: rgba(50, 50, 50, 0.3);
--border-color-lighter: rgba(150, 150, 150, 0.17);
-
- /*--transition-speed: 0.3s;*/
- /*--transition-speed-slow: 0.7s;*/
}
.vertical_sep {
@@ -9,6 +9,7 @@
* **Visualize sockets**: Press `shift` key to temporarily visualize sockets
* **New Node**: Create a node by dragging a fn from left panel into area
+* **NEW: Clone node**: `ctrl`+drag selected nodes to duplicate
* **Remove Node**: Middle click on a node to remove it
* **Inspect node**: Double click on a node to get detailed information
* **Move Node**: Mouse click and drag
@@ -295,6 +295,7 @@ would be good to have the same by right clicking in other subjects:
* Cleaned up some areas while refactoring, less code
* Remove dependencies on $refs and DOM elements, nodes now calculate size based on monospace font
* moved some display logic to respective areas, as nodeProps from editor to node
+ * Cached node dimensions for performance
15/02/2018