From 5e96ddd8c4492804fc56884ddefbd14e0a08a134 Mon Sep 17 00:00:00 2001 From: Pierre Le Fevre Date: Fri, 5 Jun 2026 07:32:44 +0200 Subject: [PATCH] track: restore "show correct cursor" issue as #373 This issue was created concurrently in the working tree as id 367, which collided with the JS default/destructuring-parameter work merged in the previous commit (which also claimed 367 from the same base). Recreated here under a fresh id so it is not lost. Co-Authored-By: Claude Opus 4.8 --- .isu/issues.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.isu/issues.json b/.isu/issues.json index 0dc6254..b63b57f 100644 --- a/.isu/issues.json +++ b/.isu/issues.json @@ -1,5 +1,5 @@ { - "next_id": 373, + "next_id": 374, "issues": [ { "id": 1, @@ -4556,6 +4556,17 @@ "author": "piefev", "state": "open", "created_at": "2026-06-05T05:30:31Z" + }, + { + "id": 373, + "repo": "we", + "title": "show correct cursor based on link/text etc or chosen cursor in CSS", + "body": null, + "labels": [], + "assigned": [], + "author": "piefev", + "state": "open", + "created_at": "2026-06-05T05:32:39Z" } ] } -- 2.51.2