Modified Text Editor to handle long presses. (#2698)

This commit is contained in:
Netro
2025-06-19 01:21:54 -04:00
committed by GitHub
parent fa4b74fd6f
commit b456c18008
4 changed files with 124 additions and 25 deletions
-3
View File
@@ -287,9 +287,6 @@ class BLETxView : public View {
Labels label_data_packet{
{{0 * 8, 9 * 16}, "Packet Data:", Theme::getInstance()->fg_light->foreground}};
Console console{
{0, 9 * 18, screen_width, screen_height - 80}};
TextViewer dataEditView{
{0, 9 * 18, screen_width, screen_height - 80}};