Give up on push-to-delete; Layout's cbl callback just doesn't work
parent
73ac306b76
commit
df84f229e4
|
|
@ -554,8 +554,8 @@ class LogEntryScreen {
|
||||||
{type: 'txt', font: this.defaultFont, id: 'date', label: '?'},
|
{type: 'txt', font: this.defaultFont, id: 'date', label: '?'},
|
||||||
{type: 'txt', font: this.defaultFont, id: 'time', label: '?'},
|
{type: 'txt', font: this.defaultFont, id: 'time', label: '?'},
|
||||||
{type: '', id: 'placeholder', fillx: 1, filly: 1},
|
{type: '', id: 'placeholder', fillx: 1, filly: 1},
|
||||||
{type: 'btn', font: '6x15', label: 'Hold to delete',
|
{type: 'btn', font: '12x20', label: 'Delete',
|
||||||
cbl: this.delLogItem.bind(this)},
|
cb: this.delLogItem.bind(this)},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue