git ssb

16+

Dominic / patchbay



Commit e6ce2dce581a71e5f842aebd7db2ce276259e39e

don't show separate selection, rely on highlight

Dominic Tarr committed on 7/24/2016, 2:13:17 AM
Parent: 93c43d5bdd6ca578eeb9cc8fd147cbd099c08175

Files changed

modules/avatar-edit.jschanged
modules/avatar-edit.jsView
@@ -10,9 +10,10 @@
1010 var data
1111 var canvas = hypercrop(h('img', {src: d}))
1212
1313 return h('div.avatar_pic',
14- canvas, canvas.selection,
14+ canvas,
15+ //canvas.selection,
1516 h('div.avatar_pic__controls',
1617 h('button', 'okay', {onclick: function () {
1718 cb(null, canvas.selection.toDataURL())
1819 }}),

Built with git-ssb-web