Give up on push-to-delete; Layout's cbl callback just doesn't work

master
Travis Evans 2024-05-27 19:49:08 -05:00
parent 73ac306b76
commit df84f229e4
1 changed files with 2 additions and 2 deletions

View File

@ -554,8 +554,8 @@ 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: 'Hold to delete',
cbl: this.delLogItem.bind(this)},
{type: 'btn', font: '12x20', label: 'Delete',
cb: this.delLogItem.bind(this)},
],
},
{