ulysses/static
Max Hsu 172a8ea7b0
fix(skills): keep edit mode open on outside-the-textarea click (#4011)
Clicking the card body outside the edit <textarea> bubbled to the card's
click handler and collapsed the card, silently discarding unsaved skill
edits (issue #4002). The textarea's own stopPropagation only shields
clicks landing on it. Bail out of the card click handler while a
.skill-md-editor is present so the card only leaves edit mode via Save
(Cancel button is handled separately by #3580). Mirrors the same guard
into the built-in capability card, which shared the bug.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 20:31:11 +09:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
icons pwa missing icons added (#428) 2026-06-15 16:00:13 +09:00
js fix(skills): keep edit mode open on outside-the-textarea click (#4011) 2026-06-15 20:31:11 +09:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js fix(ui): Prevent Enter key from triggering submission on mobile devices (#3970) 2026-06-15 15:34:24 +09:00
index.html feat(ui): add real-time diagnostic logs console (#974) 2026-06-15 10:32:51 +02:00
login.html pwa missing icons added (#428) 2026-06-15 16:00:13 +09:00
manifest.json pwa missing icons added (#428) 2026-06-15 16:00:13 +09:00
style.css feat(ui): add real-time diagnostic logs console (#974) 2026-06-15 10:32:51 +02:00
sw.js fix(ui): modal drag + removed startDrag func (#2430) 2026-06-04 20:34:18 +02:00