diff --git a/lib/app_component.dart b/lib/app_component.dart index 2b54300..1e835e3 100644 --- a/lib/app_component.dart +++ b/lib/app_component.dart @@ -56,4 +56,7 @@ class AppComponent implements OnInit { void onEdgesClicked() { engine.grid.switchEdgeRendering(); } + + void onClearClicked() { + } } diff --git a/lib/app_component.html b/lib/app_component.html index d56c5d2..90606c7 100644 --- a/lib/app_component.html +++ b/lib/app_component.html @@ -14,8 +14,9 @@ - + + Speed: \ No newline at end of file