Remove short-press callback from log entry delete button

That was just for testing; the emulator doesn't support long presses.
pull/3516/head
Travis Evans 2024-05-26 13:57:41 -05:00
parent a08d580a1e
commit 9e2c87cad8
1 changed files with 1 additions and 1 deletions

View File

@ -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)},
],
},