Commit e6ce2dce581a71e5f842aebd7db2ce276259e39e
don't show separate selection, rely on highlight
Dominic Tarr committed on 7/24/2016, 2:13:17 AMParent: 93c43d5bdd6ca578eeb9cc8fd147cbd099c08175
Files changed
modules/avatar-edit.js | changed |
modules/avatar-edit.js | ||
---|---|---|
@@ -10,9 +10,10 @@ | ||
10 | 10 | var data |
11 | 11 | var canvas = hypercrop(h('img', {src: d})) |
12 | 12 | |
13 | 13 | return h('div.avatar_pic', |
14 | - canvas, canvas.selection, | |
14 | + canvas, | |
15 | + //canvas.selection, | |
15 | 16 | h('div.avatar_pic__controls', |
16 | 17 | h('button', 'okay', {onclick: function () { |
17 | 18 | cb(null, canvas.selection.toDataURL()) |
18 | 19 | }}), |
Built with git-ssb-web