Animated canvas size.
This commit is contained in:
@@ -4,7 +4,8 @@ function Keyboard()
|
||||
{
|
||||
// zoom
|
||||
if(e.key == "~" || e.keyCode == 192){
|
||||
dotgrid.toggle_zoom();
|
||||
dotgrid.interface.toggle_zoom();
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user