Browse Source

Make the hand the default tool

I hope this will nudge people towards watching what is already on the board
before starting to draw.

It may encourage people to be constructive.

This is a (very) small step towards #6
dev_h
ophir 6 years ago
parent
commit
d16b5c8b97
2 changed files with 2 additions and 2 deletions
  1. 2
    0
      client-data/tools/hand/hand.js
  2. 0
    2
      client-data/tools/pencil/pencil.js

+ 2
- 0
client-data/tools/hand/hand.js View File

@@ -55,4 +55,6 @@
55 55
 		"mouseCursor": "move"
56 56
 	});
57 57
 
58
+	//The hand tool is selected by default
59
+	Tools.change("Hand");
58 60
 })(); //End of code isolation

+ 0
- 2
client-data/tools/pencil/pencil.js View File

@@ -199,6 +199,4 @@
199 199
 		"stylesheet": "tools/pencil/pencil.css"
200 200
 	});
201 201
 
202
-	//The pencil tool is selected by default
203
-	Tools.change("Pencil");
204 202
 })(); //End of code isolation

Loading…
Cancel
Save