From 640d61bab98e991169ca274fc032693d46790ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:06:35 +0800 Subject: [PATCH] fix: holding Backspace doesnt work on desktop (#903) --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 852e8ce4..188586b4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1838,8 +1838,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v4.0.3" - resolved-ref: c64183346b924173eb7251800001a64771911185 + ref: "v4.0.4" + resolved-ref: "5747837cdb7b113ef733ce0104e4f2bfa1eb4a36" url: "https://github.com/lollipopkit/xterm.dart" source: git version: "4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index b954967e..f62c0398 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -47,7 +47,7 @@ dependencies: xterm: git: url: https://github.com/lollipopkit/xterm.dart - ref: v4.0.3 + ref: v4.0.4 computer: git: url: https://github.com/lollipopkit/dart_computer