瀏覽代碼

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 年之前
父節點
當前提交
d16b5c8b97
共有 2 個文件被更改,包括 2 次插入2 次删除
  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 查看文件

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

+ 0
- 2
client-data/tools/pencil/pencil.js 查看文件

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

Loading…
取消
儲存