diff --git a/featureRequests.html b/featureRequests.html
index 619f3119..8129ca6c 100644
--- a/featureRequests.html
+++ b/featureRequests.html
@@ -70,7 +70,6 @@ Legend:
All
- - Add a clickToScroll and clickToUse option to all modules.
- (308) Add a click-to-scroll option similar to click-to-use but it should allow dragging all the time, only block the scrolling without activating it.
- (207) If possible, add Nuget Package support without ruining the current build tools.
diff --git a/network_examples.html b/network_examples.html
index f08d0df7..b5c39bb7 100644
--- a/network_examples.html
+++ b/network_examples.html
@@ -94,7 +94,7 @@
nodes: nodes,
edges: edges
};
- var network = new vis.Network(container, data, {});
+ var network = new vis.Network(container, data, {clickToUse:true});
}