mirror of https://github.com/espruino/BangleApps
Remove short-press callback from log entry delete button
That was just for testing; the emulator doesn't support long presses.pull/3516/head
parent
a08d580a1e
commit
9e2c87cad8
|
@ -554,7 +554,7 @@ class LogEntryScreen {
|
|||
{type: 'txt', font: this.defaultFont, id: 'date', label: '?'},
|
||||
{type: 'txt', font: this.defaultFont, id: 'time', label: '?'},
|
||||
{type: '', id: 'placeholder', fillx: 1, filly: 1},
|
||||
{type: 'btn', font: '6x15', label: 'Delete', cb: this.delLogItem.bind(this),
|
||||
{type: 'btn', font: '6x15', label: 'Hold to delete',
|
||||
cbl: this.delLogItem.bind(this)},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue